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 | 祭?旭經?? | 100011011101010100111111100010001010111011100011010100110011111100111111 | 8dd53f88aee3533f3f |
EUC-JP | 祭?旭經?? | 101110101101011100111111101100001011000011100101101101000011111100111111 | bad73fb0b0e5b43f3f |
UTF-8 | 祭렖旭經렋렯 | 111001111010010110101101111010111010000010010110111001101001011110101101111001111011011010010011111010111010000010001011111010111010000010101111 | e7a5adeba096e697ade7b693eba08beba0af |
UHC | 祭렖旭經렋렯 | 111100001010111010001110101010111110100111101111110011001110100010001110101000101000111010111100 | f0ae8eabe9efcce88ea28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)