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 | 荻???前 | 10001001101011000011111100111111001111111001000101001111 | 89ac3f3f3f914f |
EUC-JP | 荻???前 | 10110010101011100011111100111111001111111100000110110000 | b2ae3f3f3fc1b0 |
UTF-8 | 荻펩렍렞前 | 111010001000110110111011111011011000111010101001111010111010000010001101111010111010000010011110111001011000100110001101 | e88dbbed8ea9eba08deba09ee5898d |
UHC | 荻펩렍렞前 | 11101110111000101100011011101001100011101010001110001110101011111110111011110001 | eee2c6e98ea38eafeef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)