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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 莟種舟h莟 | 111001001010111110001110111011011000111101001101011010001110010010101111 | e4af8eed8f4d68e4af |
EUC-JP | 莟種舟h莟 | 111010001011000110111100111011111011110110101110011010001110100010110001 | e8b1bcefbdae68e8b1 |
UTF-8 | 莟種舟h莟 | 11101000100011101001111111100111101010001010111011101000100010001001111101101000111010001000111010011111 | e88e9fe7a8aee8889f68e88e9f |
UHC | ?種舟h? | 00111111111100001111101011110001110001110110100000111111 | 3ff0faf1c7683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)