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 | ???獄?? | 00111111001111110011111110001101100101100011111100111111 | 3f3f3f8d963f3f |
| EUC-JP | ???獄?? | 00111111001111110011111110111001111101100011111100111111 | 3f3f3fb9f63f3f |
| UTF-8 | 遼⑼쉠獄룟떉 | 111011111010011110000011111000101001000110111100111011001000100110100000111001111000110110000100111010111010001110011111111010111001011010001001 | efa783e291bcec89a0e78d84eba39feb9689 |
| UHC | 遼⑼쉠獄룟떉 | 111010011010110010101001111011111011110110101010111010001010101110110111111001011000101110011111 | e9aca9efbdaae8abb7e58b9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)