To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞜篋燔 | 111010001101111111100010101110001110000010011000 | e8dfe2b8e098 |
EUC-JP | 鞜篋燔 | 111100001110000111100100101110101101111111111000 | f0e1e4badff8 |
UTF-8 | 鞜篋燔 | 111010011001111010011100111001111010111110001011111001111000011110010100 | e99e9ce7af8be78794 |
UHC | ??燔 | 00111111001111111101101111100010 | 3f3fdbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)