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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 祭槃?nB | 10001101110101011001111011001111001111110110111001000010 | 8dd59ecf3f6e42 |
EUC-JP | 祭槃?nB | 10111010110101111101110011010001001111110110111001000010 | bad7dcd13f6e42 |
UTF-8 | 祭槃커nB | 1110011110100101101011011110011010100111100000111110110010111011101001000110111001000010 | e7a5ade6a783ecbba46e42 |
UHC | 祭槃커nB | 1111000010101110110110101110100111000100101111110110111001000010 | f0aedae9c4bf6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)