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 | û@û@^ | 100110011111101110011010010000001001100111111011100110100100000001011110 | 99fb9a4099fb9a405e |
SJIS-WIN | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
EUC-JP | ?û?@?û?@^ | 00111111100011111010101111100101001111110100000000111111100011111010101111100101001111110100000001011110 | 3f8fabe53f403f8fabe53f405e |
UTF-8 | û@û@^ | 110000101001100111000011101110111100001010011010010000001100001010011001110000111011101111000010100110100100000001011110 | c299c3bbc29a40c299c3bbc29a405e |
UHC | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)