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 | 證珠シ | 1110011010011010100011101110110010111100 | e69a8eecbc |
EUC-JP | 證珠シ | 111010111111101010111100111011101000111010111100 | ebfabcee8ebc |
UTF-8 | 證珠シ | 111010001010110110001001111001111000111110100000111011111011110110111100 | e8ad89e78fa0efbdbc |
UHC | 證珠? | 1111000111111011111100011100000100111111 | f1fbf1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)