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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 裨呵省O | 11100101111010011001100111101000100011111100100001001111 | e5e999e88fc84f |
| EUC-JP | 裨呵省O | 11101010111010111101001011101010101111101100101001001111 | eaebd2eabeca4f |
| UTF-8 | 裨呵省O | 11101000101000111010100011100101100100011011010111100111100111001000000101001111 | e8a3a8e591b5e79c814f |
| UHC | 裨呵省O | 11011110101001011100101010100111111000001111110101001111 | dea5caa7e0fd4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)