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 | 螟壽」喊 | 11100101101001001001101011100110101000111001101001011110 | e5a49ae6a39a5e |
EUC-JP | 螟壽」喊 | 1110101010100110110101001110100010001110101000111101001110111111 | eaa6d4e88ea3d3bf |
UTF-8 | 螟壽」喊 | 111010001001111010011111111001011010001110111101111011111011110110100011111001011001011010001010 | e89e9fe5a3bdefbda3e5968a |
UHC | 螟壽?喊 | 11011001101011011110000111111000001111111111100111100010 | d9ade1f83ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)