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 | ?匡?匡^ | 00111111100010111010011100111111100010111010011101011110 | 3f8ba73f8ba75e |
EUC-JP | ?匡?匡^ | 00111111101101101010100100111111101101101010100101011110 | 3fb6a93fb6a95e |
UTF-8 | 㳌匡㳌匡^ | 11100011101100111000110011100101100011001010000111100011101100111000110011100101100011001010000101011110 | e3b38ce58ca1e3b38ce58ca15e |
UHC | ?匡?匡^ | 00111111110011101100010000111111110011101100010001011110 | 3fcec43fcec45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)