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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 易??訝? | 10001000110101010011111100111111111001100110001000111111 | 88d53f3fe6623f |
EUC-JP | 易??訝? | 10110000110101110011111100111111111010111100001100111111 | b0d73f3febc33f |
UTF-8 | 易덌쉐訝덌 | 111001101001100010010011111010111000110110001100111011001000100110010000111010001010100010011101111010111000110110001100 | e69893eb8d8cec8990e8a89deb8d8c |
UHC | 易덌쉐訝덌 | 11100110101101101000100011101111101111011010011011100100101110001000100011101111 | e6b688efbda6e4b888ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)