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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆キ驛∝ | 11101000111101111011011111101001100000111000000111100101 | e8f7b7e98381e5 |
EUC-JP | 顆キ驛∝ | 1111000011111001100011101011011111110001111000111010001011100111 | f0f98eb7f1e3a2e7 |
UTF-8 | 顆キ驛∝ | 111010011010000110000110111011111011110110110111111010011010100110011011111000101000100010011101 | e9a186efbdb7e9a99be2889d |
UHC | 顆?驛∝ | 11001110101010000011111111100110101111101010000111110000 | cea83fe6bea1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)