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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鉸執B | 1111101111001110100011101011011101000010 | fbce8eb742 |
EUC-JP | 鉸執B | 100011111110001111110010101111001011100101000010 | 8fe3f2bcb942 |
UTF-8 | 鉸執B | 11101001100010011011100011100101100111111011011101000010 | e989b8e59fb742 |
UHC | ?執B | 00111111111100101111101101000010 | 3ff2fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)