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 | 顰仙髪 | 111010001111110010010000111001011001010010101111 | e8fc90e594af |
EUC-JP | 顰仙髪 | 111100001111111011000000111001111100100010110001 | f0fec0e7c8b1 |
UTF-8 | 顰仙髪 | 111010011010000110110000111001001011101110011001111010011010101110101010 | e9a1b0e4bb99e9abaa |
UHC | ?仙? | 00111111111000001011100100111111 | 3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)