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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 罌?罌?B | 11100011101000000011111111100011101000000011111101000010 | e3a03fe3a03f42 |
EUC-JP | 罌?罌?B | 11100110101000100011111111100110101000100011111101000010 | e6a23fe6a23f42 |
UTF-8 | 罌뀃罌뀃B | 11100111101111011000110011101011100000001000001111100111101111011000110011101011100000001000001101000010 | e7bd8ceb8083e7bd8ceb808342 |
UHC | 罌뀃罌뀃B | 111001011010001010000101011110101110010110100010100001010111101001000010 | e5a2857ae5a2857a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)