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 | 梧????? | 10001100111001100011111100111111001111110011111100111111 | 8ce63f3f3f3f3f |
| EUC-JP | 梧????? | 10111000111010000011111100111111001111110011111100111111 | b8e83f3f3f3f3f |
| UTF-8 | 梧귛ㄵ吳든튊 | 111001101010001010100111111010101011011110011011111000111000010010110101111001011001000010110011111010111001001110100000111011011000101010001010 | e6a2a7eab79be384b5e590b3eb93a0ed8a8a |
| UHC | 梧귛ㄵ吳든튊 | 111001111111110010000010111001011010010010100101111001111110111110110101111001111011100110011110 | e7fc82e5a4a5e7efb5e7b99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)