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 | 11100010111111000011111111100001111000100110111001000010 | e2fc3fe1e26e42 |
EUC-JP | 紆?矮nB | 11100100111111100011111111100010111001000110111001000010 | e4fe3fe2e46e42 |
UTF-8 | 紆숣矮nB | 1110011110110100100001101110110010001000101000111110011110011111101011100110111001000010 | e7b486ec88a3e79fae6e42 |
UHC | 紆숣矮nB | 1110100111100001100110011111111011101000111000010110111001000010 | e9e199fee8e16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)