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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖????? | 10011101100010100011111100111111001111110011111100111111 | 9d8a3f3f3f3f3f |
EUC-JP | 搖??孼?? | 110110011110101000111111001111111000111110111010110000110011111100111111 | d9ea3f3f8fbac33f3f |
UTF-8 | 搖삣ㄷ孼⑵웺 | 111001101001000010010110111011001000001010100011111000111000010010110111111001011010110110111100111000101001000110110101111011001001101110111010 | e69096ec82a3e384b7e5adbce291b5ec9bba |
UHC | 搖삣ㄷ孼⑵웺 | 111010001111010010111011111001011010010010100111111001011110110110101001111010001001111110000110 | e8f4bbe5a4a7e5eda9e89f86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)