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 | ?壟???富 | 0011111110011010111000000011111100111111001111111001010101111000 | 3f9ae03f3f3f9578 |
| EUC-JP | 祜壟???富 | 10001111110100001101100011010100111000100011111100111111001111111100100111011001 | 8fd0d8d4e23f3f3fc9d9 |
| UTF-8 | 祜壟렪닺렠富 | 111001111010010110011100111001011010001110011111111010111010000010101010111010111000101110111010111010111010000010100000111001011010111110001100 | e7a59ce5a39feba0aaeb8bbaeba0a0e5af8c |
| UHC | 祜壟렪닺렠富 | 111110111101010011010110111001101000111010111000101101001110100010001110101100011101110110100011 | fbd4d6e68eb8b4e88eb1dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)