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 | 茹???蘂 | 11100100101001010011111100111111001111111110010101000001 | e4a53f3f3fe541 |
EUC-JP | 茹???蘂 | 11101000101001110011111100111111001111111110100110100010 | e8a73f3f3fe9a2 |
UTF-8 | 茹띿슜횧蘂 | 111010001000110010111001111010111001110110111111111011001000101010011100111011011001101010100111111010001001100010000010 | e88cb9eb9dbfec8a9ced9aa7e89882 |
UHC | 茹띿슜횧蘂 | 11100110101010101000110111101100100110101010100111000011100111101110011111011110 | e6aa8dec9aa9c39ee7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)