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 | 顏肴ィ貞 | 11101000111110001000110111100110101010001001001011100101 | e8f88de6a892e5 |
EUC-JP | 顏肴ィ貞 | 1111000011111010101110101110100010001110101010001100010011100111 | f0fabae88ea8c4e7 |
UTF-8 | 顏肴ィ貞 | 111010011010000110001111111010001000001010110100111011111011110110101000111010001011001010011110 | e9a18fe882b4efbda8e8b29e |
UHC | ?肴?貞 | 001111111111110110100010001111111110111111110110 | 3ffda23feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)