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 | 低壟???富 | 100100101110000110011010111000000011111100111111001111111001010101111000 | 92e19ae03f3f3f9578 |
| EUC-JP | 低壟???富 | 110001001110001111010100111000100011111100111111001111111100100111011001 | c4e3d4e23f3f3fc9d9 |
| UTF-8 | 低壟렪닺렠富 | 111001001011110110001110111001011010001110011111111010111010000010101010111010111000101110111010111010111010000010100000111001011010111110001100 | e4bd8ee5a39feba0aaeb8bbaeba0a0e5af8c |
| UHC | 低壟렪닺렠富 | 111011101011100011010110111001101000111010111000101101001110100010001110101100011101110110100011 | eeb8d6e68eb8b4e88eb1dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)