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 | 甑??耘? | 10001101100110010011111100111111111000111100111100111111 | 8d993f3fe3cf3f |
| EUC-JP | 甑??耘? | 10111001111110010011111100111111111001101101000100111111 | b9f93f3fe6d13f |
| UTF-8 | 甑멸딛耘숲 | 111001111001010010010001111010111010100110111000111010111001010010011011111010001000000010011000111011001000100010110010 | e79491eba9b8eb949be88098ec88b2 |
| UHC | 甑멸딛耘숲 | 11110001111101111011100011101010101101011111001111101001111111001011110110100011 | f1f7b8eab5f3e9fcbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)