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 | 顰仙玄 | 111010001111110010010000111001011000110010111010 | e8fc90e58cba |
EUC-JP | 顰仙玄 | 111100001111111011000000111001111011100010111100 | f0fec0e7b8bc |
UTF-8 | 顰仙玄 | 111010011010000110110000111001001011101110011001111001111000111010000100 | e9a1b0e4bb99e78e84 |
UHC | ?仙玄 | 0011111111100000101110011111101011011100 | 3fe0b9fadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)