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 | 昇ヘ昤ホ^ | 1000111110111000111101111100011111001101111110101101010011110111110001111100111001011110 | 8fb8f7c7cdfad4f7c7ce5e |
EUC-JP | 昇?ヘ昤?ホ^ | 101111101011101000111111100011101100110110001111110000101010010100111111100011101100111001011110 | beba3f8ecd8fc2a53f8ece5e |
UTF-8 | 昇ヘ昤ホ^ | 11100110100110001000011111101110100101101010101011101111101111101000110111100110100110001010010011101110100101101010101011101111101111101000111001011110 | e69887ee96aaefbe8de698a4ee96aaefbe8e5e |
UHC | 昇?????^ | 1110001110110000001111110011111100111111001111110011111101011110 | e3b03f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)