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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??刎?^ | 001111110011111110011001100001100011111101011110 | 3f3f99863f5e |
EUC-JP | ??刎?^ | 001111110011111111010001111001100011111101011110 | 3f3fd1e63f5e |
UTF-8 | 뤑쫷刎렣^ | 11101011101001001001000111101100101010111011011111100101100010001000111011101011101000001010001101011110 | eba491ecabb7e5888eeba0a35e |
UHC | 뤑쫷刎렣^ | 100011111100000110100110100011101101100111111011100011101011010001011110 | 8fc1a68ed9fb8eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)