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 | ?獨??菖? | 0011111111100000110101010011111100111111100011111101001000111111 | 3fe0d53f3f8fd23f |
EUC-JP | ?獨??菖? | 0011111111100000110101110011111100111111101111101101010000111111 | 3fe0d73f3fbed43f |
UTF-8 | 뤵獨덤렼菖렠 | 111010111010010010110101111001111000110110101000111010111000110110100100111010111010000010111100111010001000111110010110111010111010000010100000 | eba4b5e78da8eb8da4eba0bce88f96eba0a0 |
UHC | 뤵獨덤렼菖렠 | 100011111110001111010100101111001011010011111101100011101100010011110011111011101000111010110001 | 8fe3d4bcb4fd8ec4f3ee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)