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 | 智???夭 | 10010010011100010011111100111111001111111001101011101110 | 92713f3f3f9aee |
EUC-JP | 智???夭 | 11000011110100100011111100111111001111111101010011110000 | c3d23f3f3fd4f0 |
UTF-8 | 智렱戶렯夭 | 111001101001100110111010111010111010000010110001111001101000100010110110111010111010000010101111111001011010010010101101 | e699baeba0b1e688b6eba0afe5a4ad |
UHC | 智렱戶렯夭 | 11110010101010101000111010111110111110111100001010001110101111001110100011101100 | f2aa8ebefbc28ebce8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)