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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 僥?????? | 1001100101000110001111110011111100111111001111110011111100111111 | 99463f3f3f3f3f3f |
EUC-JP | 僥?????? | 1101000110100111001111110011111100111111001111110011111100111111 | d1a73f3f3f3f3f3f |
UTF-8 | 僥렯렭얍렯샬섄 | 111001011000001110100101111010111010000010101111111010111010000010101101111011001001011010001101111010111010000010101111111011001000001110101100111011001000010010000100 | e583a5eba0afeba0adec968deba0afec83acec8484 |
UHC | 僥렯렭얍렯샬섄 | 1110100011101001100011101011110010001110101110101011111011100101100011101011110010111100101000111011110010101001 | e8e98ebc8ebabee58ebcbca3bca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)