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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 痾鶺穩怐韜痞 | 111000010111110111101010010101001110001001110010100111001000000111101000111010011110000101111100 | e17dea54e2729c81e8e9e17c |
EUC-JP | 痾鶺穩怐韜痞 | 111000011101111011110011101101011110001111010011110101111110000111110000111010111110000111011101 | e1def3b5e3d3d7e1f0ebe1dd |
UTF-8 | 痾鶺穩怐韜痞 | 111001111001011110111110111010011011011010111010111001111010100110101001111001101000000010010000111010011001111110011100111001111001011110011110 | e797bee9b6bae7a9a9e68090e99f9ce7979e |
UHC | ??穩?韜? | 0011111100111111111010001011000100111111110101001011011100111111 | 3f3fe8b13fd4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)