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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 祭槃?禎?B | 100011011101010110011110110011110011111110010010111101010011111101000010 | 8dd59ecf3f92f53f42 |
EUC-JP | 祭槃?禎?B | 101110101101011111011100110100010011111111000100111101110011111101000010 | bad7dcd13fc4f73f42 |
UTF-8 | 祭槃커禎렦B | 11100111101001011010110111100110101001111000001111101100101110111010010011100111101001101000111011101011101000001010011001000010 | e7a5ade6a783ecbba4e7a68eeba0a642 |
UHC | 祭槃커禎렦B | 1111000010101110110110101110100111000100101111111110111111101110100011101011010101000010 | f0aedae9c4bfefee8eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)