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 | 祭斑??全句 | 10001101110101011001010011000001001111110011111110010001010100111000101111100101 | 8dd594c13f3f91538be5 |
EUC-JP | 祭斑??全句 | 10111010110101111100100011000011001111110011111111000001101101001011011011100111 | bad7c8c33f3fc1b4b6e7 |
UTF-8 | 祭斑렡렮全句 | 111001111010010110101101111001101001011010010001111010111010000010100001111010111010000010101110111001011000010110101000111001011000111110100101 | e7a5ade69691eba0a1eba0aee585a8e58fa5 |
UHC | 祭斑렡렮全句 | 111100001010111011011010111010001000111010110010100011101011101111101110111011111100111110100011 | f0aedae88eb28ebbeeefcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)