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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 泣??? | 1000101110000011001111110011111100111111 | 8b833f3f3f |
EUC-JP | 泣??? | 1011010111100011001111110011111100111111 | b5e33f3f3f |
UTF-8 | 泣당렪될 | 111001101011001110100011111010111000101110111001111010111010000010101010111010111001000010100000 | e6b3a3eb8bb9eba0aaeb90a0 |
UHC | 泣당렪될 | 1110101111101000101101001110011110001110101110001011010111001001 | ebe8b4e78eb8b5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)