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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 祭槃?爭?E | 100011011101010110011110110011110011111111100000101001010011111101000101 | 8dd59ecf3fe0a53f45 |
EUC-JP | 祭槃?爭?E | 101110101101011111011100110100010011111111100000101001110011111101000101 | bad7dcd13fe0a73f45 |
UTF-8 | 祭槃커爭렏E | 11100111101001011010110111100110101001111000001111101100101110111010010011100111100010001010110111101011101000001000111101000101 | e7a5ade6a783ecbba4e788adeba08f45 |
UHC | 祭槃커爭렏E | 1111000010101110110110101110100111000100101111111110111010110011100011101010010101000101 | f0aedae9c4bfeeb38ea545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)