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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 濡??熱 | 100101000100011100111111001111111001010001001101 | 94473f3f944d |
| EUC-JP | 濡??熱 | 110001111010100000111111001111111100011110101110 | c7a83f3fc7ae |
| UTF-8 | 濡싪쎃熱 | 111001101011111110100001111011001000101110101010111011001000111010000011111001111000011010110001 | e6bfa1ec8baaec8e83e786b1 |
| UHC | 濡싪쎃熱 | 1110101110100001100110101110100010011011101011011110011011110000 | eba19ae89bade6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)