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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 赦釈釈 | 1111001011001100100011101100110110001110110111111000111011011111 | f2cc8ecd8edf8edf |
EUC-JP | ?赦釈釈 | 00111111101111001100111110111100111000011011110011100001 | 3fbccfbce1bce1 |
UTF-8 | 赦釈釈 | 111011101000100010000011111010001011010110100110111010011000011110001000111010011000011110001000 | ee8883e8b5a6e98788e98788 |
UHC | ?赦?? | 0011111111011110111101010011111100111111 | 3fdef53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)