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 | 釣??嵌? | 10010010110111100011111100111111100110111100011000111111 | 92de3f3f9bc63f |
EUC-JP | 釣??嵌? | 11000100111000000011111100111111110101101100100000111111 | c4e03f3fd6c83f |
UTF-8 | 釣닿렯嵌렩 | 111010011000011110100011111010111000101110111111111010111010000010101111111001011011010110001100111010111010000010101001 | e987a3eb8bbfeba0afe5b58ceba0a9 |
UHC | 釣닿렯嵌렩 | 11110000111001011011010011101010100011101011110011001010111011101000111010110111 | f0e5b4ea8ebccaee8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)