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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 凜ロ゙凜ロワ^ | 111010101010001111011011110111101110101010100011110110111101110001011110 | eaa3dbdeeaa3dbdc5e |
EUC-JP | 凜ロ゙凜ロワ^ | 11110100101001011000111011011011100011101101111011110100101001011000111011011011100011101101110001011110 | f4a58edb8edef4a58edb8edc5e |
UTF-8 | 凜ロ゙凜ロワ^ | 11100101100001111001110011101111101111101001101111101111101111101001111011100101100001111001110011101111101111101001101111101111101111101001110001011110 | e5879cefbe9befbe9ee5879cefbe9befbe9c5e |
UHC | 凜??凜??^ | 110101111100111100111111001111111101011111001111001111110011111101011110 | d7cf3f3fd7cf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)