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 | ???WB | 0011111100111111001111110101011101000010 | 3f3f3f5742 |
SJIS-WIN | 祭槃?WB | 10001101110101011001111011001111001111110101011101000010 | 8dd59ecf3f5742 |
EUC-JP | 祭槃?WB | 10111010110101111101110011010001001111110101011101000010 | bad7dcd13f5742 |
UTF-8 | 祭槃커WB | 1110011110100101101011011110011010100111100000111110110010111011101001000101011101000010 | e7a5ade6a783ecbba45742 |
UHC | 祭槃커WB | 1111000010101110110110101110100111000100101111110101011101000010 | f0aedae9c4bf5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)