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 | 祭?汀?琮? | 100011011101010100111111100100101111001100111111111110110110101000111111 | 8dd53f92f33ffb6a3f |
EUC-JP | 祭?汀?琮? | 10111010110101110011111111000100111101010011111110001111110011001011001000111111 | bad73fc4f53f8fccb23f |
UTF-8 | 祭렓汀렣琮㎗ | 111001111010010110101101111010111010000010010011111001101011000110000000111010111010000010100011111001111001000010101110111000111000111010010111 | e7a5adeba093e6b180eba0a3e790aee38e97 |
UHC | 祭렓汀렣琮㎗ | 111100001010111010001110101010001110111111100010100011101011010011110000111110011010011110100011 | f0ae8ea8efe28eb4f0f9a7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)