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 | 顰」螳夂 | 11101000111111001010001111100101101011101001101011100111 | e8fca3e5ae9ae7 |
EUC-JP | 顰」螳夂 | 1111000011111110100011101010001111101010101100001101010011101001 | f0fe8ea3eab0d4e9 |
UTF-8 | 顰」螳夂 | 111010011010000110110000111011111011110110100011111010001001111010110011111001011010010010000010 | e9a1b0efbda3e89eb3e5a482 |
UHC | ??螳? | 0011111100111111110100111101100100111111 | 3f3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)