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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭槃?? | 100011011101010110011110110011110011111100111111 | 8dd59ecf3f3f |
EUC-JP | 祭槃?? | 101110101101011111011100110100010011111100111111 | bad7dcd13f3f |
UTF-8 | 祭槃커麟 | 111001111010010110101101111001101010011110000011111011001011101110100100111011111010011110110011 | e7a5ade6a783ecbba4efa7b3 |
UHC | 祭槃커麟 | 1111000010101110110110101110100111000100101111111110110011101000 | f0aedae9c4bfece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)