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 | 鏥払禊鏥 | 1110100001010100100101011010010111100010010100111110100001010100 | e85495a5e253e854 |
EUC-JP | 鏥払禊鏥 | 1110111110110101110010101010011111100011101101001110111110110101 | efb5caa7e3b4efb5 |
UTF-8 | 鏥払禊鏥 | 111010011000111110100101111001101000100110010101111001111010011010001010111010011000111110100101 | e98fa5e68995e7a68ae98fa5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)