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 | 臍??捧? | 11100100011000000011111100111111100101011111100100111111 | e4603f3f95f93f |
| EUC-JP | 臍??捧? | 11100111110000010011111100111111110010101111101100111111 | e7c13f3fcafb3f |
| UTF-8 | 臍멸렕捧깼 | 111010001000011110001101111010111010100110111000111010111010000010010101111001101000110110100111111010101011100110111100 | e8878deba9b8eba095e68da7eab9bc |
| UHC | 臍멸렕捧깼 | 11110000101100001011100011101010100011101010101011011100111010011011001010100011 | f0b0b8ea8eaadce9b2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)