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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ゥ。ゥ」。ラH | 10101001101000011010100110100011101000011101011101001000 | a9a1a9a3a1d748 |
EUC-JP | ゥ。ゥ」。ラH | 10001110101010011000111010100001100011101010100110001110101000111000111010100001100011101101011101001000 | 8ea98ea18ea98ea38ea18ed748 |
UTF-8 | ゥ。ゥ」。ラH | 11101111101111011010100111101111101111011010000111101111101111011010100111101111101111011010001111101111101111011010000111101111101111101001011101001000 | efbda9efbda1efbda9efbda3efbda1efbe9748 |
UHC | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)