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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銖厄スゥ顆イ | 111001111111000110010110111011111011110110101001111010001111011110110010 | e7f196efbda9e8f7b2 |
EUC-JP | 銖厄スゥ顆イ | 111011101111001111001100111100011000111010111101100011101010100111110000111110011000111010110010 | eef3ccf18ebd8ea9f0f98eb2 |
UTF-8 | 銖厄スゥ顆イ | 111010011000101010010110111001011000111010000100111011111011110110111101111011111011110110101001111010011010000110000110111011111011110110110010 | e98a96e58e84efbdbdefbda9e9a186efbdb2 |
UHC | 銖厄??顆? | 111000101100011111100100111110000011111100111111110011101010100000111111 | e2c7e4f83f3fcea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)