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 | 脉蛾゛證 | 1110001111110101100010011110100110000001010010101110011010011010 | e3f589e9814ae69a |
EUC-JP | 脉蛾゛證 | 1110011011110111101100101110101110100001101010111110101111111010 | e6f7b2eba1abebfa |
UTF-8 | 脉蛾゛證 | 111010001000010010001001111010001001101110111110111000111000001010011011111010001010110110001001 | e88489e89bbee3829be8ad89 |
UHC | ?蛾?證 | 001111111110010010110110001111111111000111111011 | 3fe4b63ff1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)