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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 孼?ŀ? | 1000111110111010110000110011111110001111101010011100100100111111 | 8fbac33f8fa9c93f |
UTF-8 | 孼뽯ŀ栒 | 1110010110101101101111001110101110111101101011111100010110000000111001101010000010010010 | e5adbcebbdafc580e6a092 |
UHC | 孼뽯ŀ栒 | 1110010111101101100101101110101110101001101010001110001011100011 | e5ed96eba9a8e2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)