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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錠?戴 | 1000111111111001001111111001000111010101 | 8ff93f91d5 |
EUC-JP | 錠?戴 | 1011111011111011001111111100001011010111 | befb3fc2d7 |
UTF-8 | 錠곡戴 | 111010011000110010100000111010101011001110100001111001101000100010110100 | e98ca0eab3a1e688b4 |
UHC | 錠곡戴 | 111011111111110010110000111011101101001111100011 | effcb0eed3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)