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 | å÷ÑÎ | 111001011111011110011011110100011000001111001110 | e5f79bd183ce |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | å÷?Ñ?Î | 10001111101010111010100110100001111000000011111110001111101010101101000000111111100011111010101011000010 | 8faba9a1e03f8faad03f8faac2 |
UTF-8 | å÷ÑÎ | 110000111010010111000011101101111100001010011011110000111001000111000010100000111100001110001110 | c3a5c3b7c29bc391c283c38e |
UHC | ?÷???? | 00111111101000011100000000111111001111110011111100111111 | 3fa1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)