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 | 顰仙玄蔔 | 1110100011111100100100001110010110001100101110101110010011110111 | e8fc90e58cbae4f7 |
EUC-JP | 顰仙玄蔔 | 1111000011111110110000001110011110111000101111001110100011111001 | f0fec0e7b8bce8f9 |
UTF-8 | 顰仙玄蔔 | 111010011010000110110000111001001011101110011001111001111000111010000100111010001001010010010100 | e9a1b0e4bb99e78e84e89494 |
UHC | ?仙玄蔔 | 00111111111000001011100111111010110111001101110011011011 | 3fe0b9fadcdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)