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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低???駿 | 10010010111000010011111100111111001111111000111101111000 | 92e13f3f3f8f78 |
EUC-JP | 低???駿 | 11000100111000110011111100111111001111111011110111011001 | c4e33f3f3fbdd9 |
UTF-8 | 低쇤렞렔駿 | 111001001011110110001110111011001000011110100100111010111010000010011110111010111010000010010100111010011010011110111111 | e4bd8eec87a4eba09eeba094e9a7bf |
UHC | 低쇤렞렔駿 | 11101110101110001011110011101001100011101010111110001110101010011111000111100111 | eeb8bce98eaf8ea9f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)