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 | 夲咼夲咼^ | 100110101110111110011010010001001001101011101111100110100100010001011110 | 9aef9a449aef9a445e |
EUC-JP | 夲咼夲咼^ | 110101001111000111010011101001011101010011110001110100111010010101011110 | d4f1d3a5d4f1d3a55e |
UTF-8 | 夲咼夲咼^ | 11100101101001001011001011100101100100101011110011100101101001001011001011100101100100101011110001011110 | e5a4b2e592bce5a4b2e592bc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)