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 | 鰲ツ寬、雫 | 1110100111100000110000101111101010101010101001001000111010110100 | e9e0c2faaaa48eb4 |
EUC-JP | 鰲ツ?、雫 | 111100101110001010001110110000100011111110001110101001001011110010110110 | f2e28ec23f8ea4bcb6 |
UTF-8 | 鰲ツ寬、雫 | 111010011011000010110010111011111011111010000010111001011010111110101100111011111011110110100100111010011001101110101011 | e9b0b2efbe82e5afacefbda4e99bab |
UHC | 鰲?寬?? | 11101000101001110011111111001110101100000011111100111111 | e8a73fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)