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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鈺???? | 111110111100010000111111001111110011111100111111 | fbc43f3f3f3f |
| EUC-JP | 鈺??饔? | 100011111110001111010101001111110011111110001111111010001110111100111111 | 8fe3d53f3f8fe8ef3f |
| UTF-8 | 鈺됵쪗饔줒 | 111010011000100010111010111010111001000010110101111011001010101010010111111010011010010110010100111011001010010010010010 | e988baeb90b5ecaa97e9a594eca492 |
| UHC | 鈺됵쪗饔줒 | 11101000101011011000100111101111101001011001000111101000101111011010001001000010 | e8ad89efa591e8bda242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)