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 | 涬シ寬」自 | 1111101101000001101111001111101010101010101000111000111010101001 | fb41bcfaaaa38ea9 |
EUC-JP | 涬シ?」自 | 10001111110001111100111110001110101111000011111110001110101000111011110010101011 | 8fc7cf8ebc3f8ea3bcab |
UTF-8 | 涬シ寬」自 | 111001101011011010101100111011111011110110111100111001011010111110101100111011111011110110100011111010001000011110101010 | e6b6acefbdbce5afacefbda3e887aa |
UHC | ??寬?自 | 00111111001111111100111010110000001111111110110110111011 | 3f3fceb03fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)