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 | ??鏃??夭 | 0011111100111111111010000101011000111111001111111001101011101110 | 3f3fe8563f3f9aee |
EUC-JP | ??鏃??夭 | 0011111100111111111011111011011100111111001111111101010011110000 | 3f3fefb73f3fd4f0 |
UTF-8 | 뤯훽鏃퐥골夭 | 111010111010010010101111111011011001101110111101111010011000111110000011111011011001000010100101111010101011001110101000111001011010010010101101 | eba4afed9bbde98f83ed90a5eab3a8e5a4ad |
UHC | 뤯훽鏃퐥골夭 | 100011111101110111001000110100101111000011101100101111011000111010110000111100011110100011101100 | 8fddc8d2f0ecbd8eb0f1e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)