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 | ??TB | 00111111001111110101010001000010 | 3f3f5442 |
SJIS-WIN | 衍跣TB | 100111111010010111100110111011110101010001000010 | 9fa5e6ef5442 |
EUC-JP | 衍跣TB | 110111101010011111101100111100010101010001000010 | dea7ecf15442 |
UTF-8 | 衍跣TB | 1110100010100001100011011110100010110111101000110101010001000010 | e8a18de8b7a35442 |
UHC | 衍跣TB | 111001101110001011100000110100110101010001000010 | e6e2e0d35442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)