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 | 霓ゆ?釗? | 1110100010111101100000101110010000111111111110111011101100111111 | e8bd82e43ffbbb3f |
| EUC-JP | 霓ゆ?釗? | 111100001011111110100100111001100011111110001111111000111010011000111111 | f0bfa4e63f8fe3a63f |
| UTF-8 | 霓ゆ렔釗캟 | 111010011001110010010011111000111000001010000110111010111010000010010100111010011000011110010111111011001011101010011111 | e99c93e38286eba094e98797ecba9f |
| UHC | 霓ゆ렔釗캟 | 11100111111001111010101011100110100011101010100111100001111100101011000001000110 | e7e7aae68ea9e1f2b046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)