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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???擘餘? | 0011111100111111001111111001110110100100111010010101000000111111 | 3f3f3f9da4e9503f |
EUC-JP | ???擘餘? | 0011111100111111001111111101101010100110111100011011000100111111 | 3f3f3fdaa6f1b13f |
UTF-8 | 뤵컣톻擘餘렩 | 111010111010010010110101111011001011101110100011111011011000011010111011111001101001001110011000111010011010010010011000111010111010000010101001 | eba4b5ecbba3ed86bbe69398e9a498eba0a9 |
UHC | 뤵컣톻擘餘렩 | 100011111110001110110000100011101011011110001110110110111111101111100110101011101000111010110111 | 8fe3b08eb78edbfbe6ae8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)