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 | 魚????8 | 1000101110011011001111110011111100111111001111111000001001010111 | 8b9b3f3f3f3f8257 |
EUC-JP | 魚????8 | 1011010111111011001111110011111100111111001111111010001110111000 | b5fb3f3f3f3fa3b8 |
UTF-8 | 魚뚨뱩溜볢8 | 111010011010110110011010111010111001101010101000111010111011000110101001111011111010011110001011111010111011001110100010111011111011110010011000 | e9ad9aeb9aa8ebb1a9efa78bebb3a2efbc98 |
UHC | 魚뚨뱩溜볢8 | 111001011110000010001100111001111001001110001111111010101111111010010011111010001010001110111000 | e5e08ce7938feafe93e8a3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)