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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 癰??c^ | 111000011001111000111111001111110110001101011110 | e19e3f3f635e |
EUC-JP | 癰??c^ | 111000011111111000111111001111110110001101011110 | e1fe3f3f635e |
UTF-8 | 癰잙젔c^ | 1110011110011001101100001110110010011110100110011110110010100000100101000110001101011110 | e799b0ec9e99eca094635e |
UHC | 癰잙젔c^ | 1110100010111001100111111110101110100000100100100110001101011110 | e8b99feba092635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)