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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 娼チ。@h | 1000111110101001110000011010000111110000111110110100000001101000 | 8fa9c1a1f0fb4068 |
EUC-JP | 娼チ。?@h | 101111101010101110001110110000011000111010100001001111110100000001101000 | beab8ec18ea13f4068 |
UTF-8 | 娼チ。@h | 1110010110101000101111001110111110111110100000011110111110111101101000011110111010000010101110100100000001101000 | e5a8bcefbe81efbda1ee82ba4068 |
UHC | 娼???@h | 11110011110111100011111100111111001111110100000001101000 | f3de3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)