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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
EUC-JP | 濩?@濩?@B | 1000111111001001101001000011111101000000100011111100100110100100001111110100000001000010 | 8fc9a43f408fc9a43f4042 |
UTF-8 | 濩렏@濩렏@B | 111001101011111110101001111010111010000010001111010000001110011010111111101010011110101110100000100011110100000001000010 | e6bfa9eba08f40e6bfa9eba08f4042 |
UHC | 濩렏@濩렏@B | 1111101111001101100011101010010101000000111110111100110110001110101001010100000001000010 | fbcd8ea540fbcd8ea54042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)