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 | 祭?汀?繒? | 100011011101010100111111100100101111001100111111111110111000111100111111 | 8dd53f92f33ffb8f3f |
EUC-JP | 祭?汀?繒? | 10111010110101110011111111000100111101010011111110001111110101001101010000111111 | bad73fc4f53f8fd4d43f |
UTF-8 | 祭렓汀렣繒㎗ | 111001111010010110101101111010111010000010010011111001101011000110000000111010111010000010100011111001111011100110010010111000111000111010010111 | e7a5adeba093e6b180eba0a3e7b992e38e97 |
UHC | 祭렓汀렣繒㎗ | 111100001010111010001110101010001110111111100010100011101011010011110001111110011010011110100011 | f0ae8ea8efe28eb4f1f9a7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)