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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 菴船菴船^ | 111001001011110110010001010001001110010010111101100100010100010001011110 | e4bd9144e4bd91445e |
EUC-JP | 菴船菴船^ | 111010001011111111000001101001011110100010111111110000011010010101011110 | e8bfc1a5e8bfc1a55e |
UTF-8 | 菴船菴船^ | 11101000100011111011010011101000100010001011100111101000100011111011010011101000100010001011100101011110 | e88fb4e888b9e88fb4e888b95e |
UHC | 菴船菴船^ | 111001001110000011100000110011111110010011100000111000001100111101011110 | e4e0e0cfe4e0e0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)