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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 猴爐^ | 1110000011001011111000001010001001011110 | e0cbe0a25e |
EUC-JP | 猴爐^ | 1110000011001101111000001010010001011110 | e0cde0a45e |
UTF-8 | 猴爐^ | 11100111100011001011010011100111100010001001000001011110 | e78cb4e788905e |
UHC | ?爐^ | 00111111110101101101001101011110 | 3fd6d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)