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 | 蜈ゃ?淞 | 11100101100001011000001011100001001111111001111111000010 | e58582e13f9fc2 |
EUC-JP | 蜈ゃ?淞 | 11101001111001011010010011100011001111111101111011000100 | e9e5a4e33fdec4 |
UTF-8 | 蜈ゃ룂淞 | 111010001001110010001000111000111000001010000011111010111010001110000010111001101011011110011110 | e89c88e38283eba382e6b79e |
UHC | 蜈ゃ룂淞 | 1110100010100101101010101110001110001111100000111110000111100111 | e8a5aae38f83e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)