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 | ¼Ý¼§¼ | 1011110011011101101111001010011110111100 | bcddbca7bc |
SJIS-WIN | ???§? | 001111110011111100111111100000011001100000111111 | 3f3f3f81983f |
EUC-JP | ?Ý?§? | 0011111110001111101010101111001000111111101000011111100000111111 | 3f8faaf23fa1f83f |
UTF-8 | ¼Ý¼§¼ | 11000010101111001100001110011101110000101011110011000010101001111100001010111100 | c2bcc39dc2bcc2a7c2bc |
UHC | ¼?¼§¼ | 101010001111100100111111101010001111100110100001110101111010100011111001 | a8f93fa8f9a1d7a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)