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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룶췚룶췣룶쨐 | 111010111010001110110110111011001011011110011010111010111010001110110110111011001011011110100011111010111010001110110110111011001010100010010000 | eba3b6ecb79aeba3b6ecb7a3eba3b6eca890 |
UHC | 룶췚룶췣룶쨐 | 100011111010101110101110010100111000111110101011101011100110001010001111101010111010010001100111 | 8fabae538fabae628faba467 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)