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 | 脉蛾今 | 111000111111010110001001111010011000110110100001 | e3f589e98da1 |
EUC-JP | 脉蛾今 | 111001101111011110110010111010111011101010100011 | e6f7b2ebbaa3 |
UTF-8 | 脉蛾今 | 111010001000010010001001111010001001101110111110111001001011101110001010 | e88489e89bbee4bb8a |
UHC | ?蛾今 | 0011111111100100101101101101000011010001 | 3fe4b6d0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)