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 | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-WIN | 紆?矮yB | 11100010111111000011111111100001111000100111100101000010 | e2fc3fe1e27942 |
EUC-JP | 紆?矮yB | 11100100111111100011111111100010111001000111100101000010 | e4fe3fe2e47942 |
UTF-8 | 紆숣矮yB | 1110011110110100100001101110110010001000101000111110011110011111101011100111100101000010 | e7b486ec88a3e79fae7942 |
UHC | 紆숣矮yB | 1110100111100001100110011111111011101000111000010111100101000010 | e9e199fee8e17942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)