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 | 雕画ィ貞 | 11101000101110001000100111100110101010001001001011100101 | e8b889e6a892e5 |
EUC-JP | 雕画ィ貞 | 1111000010111010101100101110100010001110101010001100010011100111 | f0bab2e88ea8c4e7 |
UTF-8 | 雕画ィ貞 | 111010011001101110010101111001111001010010111011111011111011110110101000111010001011001010011110 | e99b95e794bbefbda8e8b29e |
UHC | 雕??貞 | 111100001110011100111111001111111110111111110110 | f0e73f3feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)