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 | 鬆川肢繞 | 1110100110100000100100001110110010001110100010001110001110000101 | e9a090ec8e88e385 |
EUC-JP | 鬆川肢繞 | 1111001010100010110000001110111010111011111010001110010111100101 | f2a2c0eebbe8e5e5 |
UTF-8 | 鬆川肢繞 | 111010011010110010000110111001011011011110011101111010001000001010100010111001111011100110011110 | e9ac86e5b79de882a2e7b99e |
UHC | ?川肢繞 | 00111111111101001011100111110010101101101110100110100100 | 3ff4b9f2b6e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)