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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 脱辿村Y | 10010010010001011001001001001000100100011011101001011001 | 9245924891ba59 |
EUC-JP | 脱辿村Y | 11000011101001101100001110101001110000101011110001011001 | c3a6c3a9c2bc59 |
UTF-8 | 脱辿村Y | 11101000100001001011000111101000101111101011111111100110100111011001000101011001 | e884b1e8bebfe69d9159 |
UHC | ??村Y | 0011111100111111111101011011110101011001 | 3f3ff5bd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)