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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逕慕舶^ | 11100111100101001001010111100111100101001001010101011110 | e79495e794955e |
EUC-JP | 逕慕舶^ | 11101101111101001100101011101001110001111111010101011110 | edf4cae9c7f55e |
UTF-8 | 逕慕舶^ | 11101001100000001001010111100110100001011001010111101000100010001011011001011110 | e98095e68595e888b65e |
UHC | 逕慕舶^ | 11001100111011111101100110110111110110101101110001011110 | ccefd9b7dadc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)