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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 莵爵灼籀B | 111001001011011110001110110111011000111011011100111000101101100001000010 | e4b78edd8edce2d842 |
EUC-JP | 莵爵灼籀B | 111010001011100110111100110111111011110011011110111001001101101001000010 | e8b9bcdfbcdee4da42 |
UTF-8 | 莵爵灼籀B | 11101000100011101011010111100111100010001011010111100111100000011011110011100111101100011000000001000010 | e88eb5e788b5e781bce7b18042 |
UHC | ?爵灼?B | 00111111111011011100100111101101110001110011111101000010 | 3fedc9edc73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)