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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 亦??亦??E | 100101101001001000111111001111111001011010010010001111110011111101000101 | 96923f3f96923f3f45 |
EUC-JP | 亦??亦??E | 110010111111001000111111001111111100101111110010001111110011111101000101 | cbf23f3fcbf23f3f45 |
UTF-8 | 亦낇냹亦낇냼E | 11100100101110101010011011101011100000101000011111101011100000111011100111100100101110101010011011101011100000101000011111101011100000111011110001000101 | e4baa6eb8287eb83b9e4baa6eb8287eb83bc45 |
UHC | 亦낇냹亦낇냼E | 11100110101100101000010111101101100001101000100111100110101100101000010111101101100001101000110001000101 | e6b285ed8689e6b285ed868c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)