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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 熱????? | 10010100010011010011111100111111001111110011111100111111 | 944d3f3f3f3f3f |
| EUC-JP | 熱??瑗?? | 110001111010111000111111001111111000111111001100110000000011111100111111 | c7ae3f3f8fccc03f3f |
| UTF-8 | 熱듬뗄瑗듣뎲 | 111001111000011010110001111010111001001110101100111010111001011110000100111001111001000110010111111010111001001110100011111010111000111010110010 | e786b1eb93aceb9784e79197eb93a3eb8eb2 |
| UHC | 熱듬뗄瑗듣뎲 | 111001101111000010110101111010111011011010111111111010101011110010110101111010001000100110000101 | e6f0b5ebb6bfeabcb5e88985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)