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 | 頷ワ寬ゥ鴫 | 1110100011110101110111001111101010101010101010011000111010110000 | e8f5dcfaaaa98eb0 |
EUC-JP | 頷ワ?ゥ鴫 | 111100001111011110001110110111000011111110001110101010011011110010110010 | f0f78edc3f8ea9bcb2 |
UTF-8 | 頷ワ寬ゥ鴫 | 111010011010000010110111111011111011111010011100111001011010111110101100111011111011110110101001111010011011010010101011 | e9a0b7efbe9ce5afacefbda9e9b4ab |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)