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 | 牆?牆?漿? | 111000001010110100111111111000001010110100111111100111111111011100111111 | e0ad3fe0ad3f9ff73f |
| EUC-JP | 牆?牆?漿? | 111000001010111100111111111000001010111100111111110111101111100100111111 | e0af3fe0af3fdef93f |
| UTF-8 | 牆렮牆렦漿렔 | 111001111000100110000110111010111010000010101110111001111000100110000110111010111010000010100110111001101011110010111111111010111010000010010100 | e78986eba0aee78986eba0a6e6bcbfeba094 |
| UHC | 牆렮牆렦漿렔 | 111011011110110110001110101110111110110111101101100011101011010111101101111011001000111010101001 | eded8ebbeded8eb5edec8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)