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 | 僊??^ | 1001100101000001001111110011111101011110 | 99413f3f5e |
EUC-JP | 僊饍瑄^ | 110100011010001010001111111010001110110110001111110011001011100101011110 | d1a28fe8ed8fccb95e |
UTF-8 | 僊饍瑄^ | 11100101100000111000101011101001101001011000110111100111100100011000010001011110 | e5838ae9a58de791845e |
UHC | 僊饍瑄^ | 11100000101110101110000011010111111000001100010101011110 | e0bae0d7e0c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)