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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蟆育棟蜆隠 | 11100101101100001000100011100111100100111000111111100101100001001000100101000010 | e5b088e7938fe5848942 |
| EUC-JP | 蟆育棟蜆隠 | 11101010101100101011000011101001110001011110111111101001111001001011000110100011 | eab2b0e9c5efe9e4b1a3 |
| UTF-8 | 蟆育棟蜆隠 | 111010001001111110000110111010001000001010110010111001101010001110011111111010001001110010000110111010011001101010100000 | e89f86e882b2e6a39fe89c86e99aa0 |
| UHC | ?育棟?? | 00111111111010111100000011010100110101100011111100111111 | 3febc0d4d63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)