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 | 駿?禹?彫? | 100011110111100000111111111000100101101000111111100100101010010000111111 | 8f783fe25a3f92a43f |
EUC-JP | 駿?禹?彫? | 101111011101100100111111111000111011101100111111110001001010011000111111 | bdd93fe3bb3fc4a63f |
UTF-8 | 駿렦禹렔彫렖 | 111010011010011110111111111010111010000010100110111001111010011010111001111010111010000010010100111001011011110110101011111010111010000010010110 | e9a7bfeba0a6e7a6b9eba094e5bdabeba096 |
UHC | 駿렦禹렔彫렖 | 111100011110011110001110101101011110100111100000100011101010100111110000110000011000111010101011 | f1e78eb5e9e08ea9f0c18eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)