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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 癰?\ | 11100001100111100011111101011100 | e19e3f5c |
EUC-JP | 癰?\ | 11100001111111100011111101011100 | e1fe3f5c |
UTF-8 | 癰펔\ | 11100111100110011011000011101101100011101001010001011100 | e799b0ed8e945c |
UHC | 癰펔\ | 1110100010111001101111000110100001011100 | e8b9bc685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)