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 | ?蓴燁 | 0011111111100100111100011111101101011001 | 3fe4f1fb59 |
EUC-JP | ?蓴燁 | 001111111110100011110011100011111100101010110011 | 3fe8f38fcab3 |
UTF-8 | 쑸蓴燁 | 111011001001000110111000111010001001001110110100111001111000011110000001 | ec91b8e893b4e78781 |
UHC | 쑸蓴燁 | 100111001101000111100010111100011110011110100111 | 9cd1e2f1e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)