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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隹ソ谿眼B | 11101000101100001011111111100110101011101000101011100001111100101010010001000010 | e8b0bfe6ae8ae1f2a442 |
EUC-JP | 隹ソ谿眼?B | 11110000101100101000111010111111111011001011000010110100111000110011111101000010 | f0b28ebfecb0b4e33f42 |
UTF-8 | 隹ソ谿眼B | 11101001100110101011100111101111101111011011111111101000101100001011111111100111100111001011110011101110100001111001101101000010 | e99ab9efbdbfe8b0bfe79cbcee879b42 |
UHC | ??谿眼?B | 0011111100111111110011011010110011100100110100010011111101000010 | 3f3fcdace4d13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)