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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 陟「z陟「zB | 111010001010000010100010011110101110100010100000101000100111101001000010 | e8a0a27ae8a0a27a42 |
EUC-JP | 陟「z陟「zB | 1111000010100010100011101010001001111010111100001010001010001110101000100111101001000010 | f0a28ea27af0a28ea27a42 |
UTF-8 | 陟「z陟「zB | 111010011001100110011111111011111011110110100010011110101110100110011001100111111110111110111101101000100111101001000010 | e9999fefbda27ae9999fefbda27a42 |
UHC | 陟?z陟?zB | 111101001011001100111111011110101111010010110011001111110111101001000010 | f4b33f7af4b33f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)