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 | 巽辿臓狸贈 | 10010010010001101001001001001000100100011001111110010010010010111001000110100001 | 92469248919f924b91a1 |
EUC-JP | 巽辿臓狸贈 | 11000011101001111100001110101001110000101010000111000011101011001100001010100011 | c3a7c3a9c2a1c3acc2a3 |
UTF-8 | 巽辿臓狸贈 | 111001011011011110111101111010001011111010111111111010001000011110010011111001111000101110111000111010001011010010001000 | e5b7bde8bebfe88793e78bb8e8b488 |
UHC | 巽??狸贈 | 1110000111011110001111110011111111010111111000011111000111111100 | e1de3f3fd7e1f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)