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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邂修 | 11100111101011101000111101000011 | e7ae8f43 |
EUC-JP | 邂修 | 11101110101100001011110110100100 | eeb0bda4 |
UTF-8 | 邂修 | 111010011000001010000010111001001011111110101110 | e98282e4bfae |
UHC | 邂修 | 11111010101100111110000111110011 | fab3e1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)