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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 囚D囚D^ | 10001110111110100100010010001110111110100100010001011110 | 8efa448efa445e |
EUC-JP | 囚D囚D^ | 10111100111111000100010010111100111111000100010001011110 | bcfc44bcfc445e |
UTF-8 | 囚D囚D^ | 111001011001101110011010010001001110010110011011100110100100010001011110 | e59b9a44e59b9a445e |
UHC | 囚D囚D^ | 11100001111101100100010011100001111101100100010001011110 | e1f644e1f6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)