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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱捉贈脱村 | 10010010010001011001000110101000100100011010000110010010010001011001000110111010 | 924591a891a1924591ba |
EUC-JP | 脱捉贈脱村 | 11000011101001101100001010101010110000101010001111000011101001101100001010111100 | c3a6c2aac2a3c3a6c2bc |
UTF-8 | 脱捉贈脱村 | 111010001000010010110001111001101000110110001001111010001011010010001000111010001000010010110001111001101001110110010001 | e884b1e68d89e8b488e884b1e69d91 |
UHC | ?捉贈?村 | 0011111111110011101101011111000111111100001111111111010110111101 | 3ff3b5f1fc3ff5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)