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 | 鵄ワ寬ゥ鴫 | 1110100111110101110111001111101010101010101010011000111010110000 | e9f5dcfaaaa98eb0 |
EUC-JP | 鵄ワ?ゥ鴫 | 111100101111011110001110110111000011111110001110101010011011110010110010 | f2f78edc3f8ea9bcb2 |
UTF-8 | 鵄ワ寬ゥ鴫 | 111010011011010110000100111011111011111010011100111001011010111110101100111011111011110110101001111010011011010010101011 | e9b584efbe9ce5afacefbda9e9b4ab |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)