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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 章ェ竺 | 10001111110011011010101010001110101100011111000111111100 | 8fcdaa8eb1f1fc |
EUC-JP | 章ェ竺? | 10111110110011111000111010101010101111001011001100111111 | becf8eaabcb33f |
UTF-8 | 章ェ竺 | 111001111010101110100000111011111011110110101010111001111010101110111010111011101000010110110111 | e7aba0efbdaae7abbaee85b7 |
UHC | 章?竺? | 111011011111000100111111111101011110011100111111 | edf13ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)