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 | ò缧 | 1111001011100111101111001010011110001111 | f2e7bca78f |
SJIS-WIN | ???§? | 001111110011111100111111100000011001100000111111 | 3f3f3f81983f |
EUC-JP | òç?§? | 10001111101010111101001010001111101010111010111000111111101000011111100000111111 | 8fabd28fabae3fa1f83f |
UTF-8 | ò缧 | 11000011101100101100001110100111110000101011110011000010101001111100001010001111 | c3b2c3a7c2bcc2a7c28f |
UHC | ??¼§? | 00111111001111111010100011111001101000011101011100111111 | 3f3fa8f9a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)