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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 」顋、 | 111110001110011110100011111010001111100110100100 | f8e7a3e8f9a4 |
EUC-JP | ?」顋、 | 00111111100011101010001111110000111110111000111010100100 | 3f8ea3f0fb8ea4 |
UTF-8 | 」顋、 | 111011101001101010000110111011111011110110100011111010011010000110001011111011111011110110100100 | ee9a86efbda3e9a18befbda4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)