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 | 祭槃?飄 | 10001101110101011001111011001111001111111110100101000111 | 8dd59ecf3fe947 |
EUC-JP | 祭槃?飄 | 10111010110101111101110011010001001111111111000110101000 | bad7dcd13ff1a8 |
UTF-8 | 祭槃커飄 | 111001111010010110101101111001101010011110000011111011001011101110100100111010011010001110000100 | e7a5ade6a783ecbba4e9a384 |
UHC | 祭槃커飄 | 1111000010101110110110101110100111000100101111111111100011111101 | f0aedae9c4bff8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)