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 | 涬シ寬ゥ鴫 | 1111101101000001101111001111101010101010101010011000111010110000 | fb41bcfaaaa98eb0 |
EUC-JP | 涬シ?ゥ鴫 | 10001111110001111100111110001110101111000011111110001110101010011011110010110010 | 8fc7cf8ebc3f8ea9bcb2 |
UTF-8 | 涬シ寬ゥ鴫 | 111001101011011010101100111011111011110110111100111001011010111110101100111011111011110110101001111010011011010010101011 | e6b6acefbdbce5afacefbda9e9b4ab |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)