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 | 嘲拔立 | 100110100111110110011101010101011001011110100111 | 9a7d9d5597a7 |
EUC-JP | 嘲拔立 | 110100111101111011011001101101101100111010101001 | d3ded9b6cea9 |
UTF-8 | 嘲拔立 | 111001011001100010110010111001101000101110010100111001111010101110001011 | e598b2e68b94e7ab8b |
UHC | 嘲拔立 | 111100001011111111011010111110111101100010100001 | f0bfdafbd8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)