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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??仰阮B | 00111111001111111000101111000010111010001001011001000010 | 3f3f8bc2e89642 |
EUC-JP | ??仰阮B | 00111111001111111011011011000100111011111111011001000010 | 3f3fb6c4eff642 |
UTF-8 | 롘렪仰阮B | 11101011101000011001100011101011101000001010101011100100101110111011000011101001100110001010111001000010 | eba198eba0aae4bbb0e998ae42 |
UHC | 롘렪仰阮B | 100011101101110010001110101110001110010011100110111010001101011001000010 | 8edc8eb8e4e6e8d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)