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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?校丕 | 0011111110001101010110101001100010100001 | 3f8d5a98a1 |
EUC-JP | 邕校丕 | 10001111111000011110110110111001101110111101000010100011 | 8fe1edb9bbd0a3 |
UTF-8 | 邕校丕 | 111010011000001010010101111001101010000010100001111001001011100010010101 | e98295e6a0a1e4b895 |
UHC | 邕校丕 | 111010001011101111001110111010001101110111100000 | e8bbcee8dde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)