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 | 脉蛾蒐 | 111000111111010110001001111010011000111101001110 | e3f589e98f4e |
EUC-JP | 脉蛾蒐 | 111001101111011110110010111010111011110110101111 | e6f7b2ebbdaf |
UTF-8 | 脉蛾蒐 | 111010001000010010001001111010001001101110111110111010001001001010010000 | e88489e89bbee89290 |
UHC | ?蛾蒐 | 0011111111100100101101101110001010111101 | 3fe4b6e2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)