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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 脱辿村A | 10010010010001011001001001001000100100011011101001000001 | 9245924891ba41 |
EUC-JP | 脱辿村A | 11000011101001101100001110101001110000101011110001000001 | c3a6c3a9c2bc41 |
UTF-8 | 脱辿村A | 11101000100001001011000111101000101111101011111111100110100111011001000101000001 | e884b1e8bebfe69d9141 |
UHC | ??村A | 0011111100111111111101011011110101000001 | 3f3ff5bd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)