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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???橈??昻 | 001111110011111100111111100111101111010000111111001111111111101011010000 | 3f3f3f9ef43f3ffad0 |
| EUC-JP | ???橈??? | 0011111100111111001111111101110011110110001111110011111100111111 | 3f3f3fdcf63f3f3f |
| UTF-8 | 凉붾졁橈쎈젪昻 | 111011111010010110111001111010111011011010111110111011001010000110000001111001101010100110001000111011001000111010001000111011001010000010101010111001101001100010111011 | efa5b9ebb6beeca181e6a988ec8e88eca0aae698bb |
| UHC | 凉붾졁橈쎈젪昻 | 1110010110111100100101001110101110100000101100101110100011111010101111011110101110100000101000101110010011101001 | e5bc94eba0b2e8fabdeba0a2e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)