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 | 魚????? | 10001011100110110011111100111111001111110011111100111111 | 8b9b3f3f3f3f3f |
EUC-JP | 魚????? | 10110101111110110011111100111111001111110011111100111111 | b5fb3f3f3f3f3f |
UTF-8 | 魚편렍렖裏렠 | 111010011010110110011010111011011000111010111000111010111010000010001101111010111010000010010110111011111010011110100111111010111010000010100000 | e9ad9aed8eb8eba08deba096efa7a7eba0a0 |
UHC | 魚편렍렖裏렠 | 111001011110000011000110111011011000111010100011100011101010101111101100110000001000111010110001 | e5e0c6ed8ea38eabecc08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)