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 | ëò룢 | 111010111111001010010001111010111010001110100010 | ebf291eba3a2 |
SJIS-WIN | ????£¢ | 0011111100111111001111110011111110000001100100101000000110010001 | 3f3f3f3f81928191 |
EUC-JP | ëò?룢 | 1000111110101011101100111000111110101011110100100011111110001111101010111011001110100001111100101010000111110001 | 8fabb38fabd23f8fabb3a1f2a1f1 |
UTF-8 | ëò룢 | 110000111010101111000011101100101100001010010001110000111010101111000010101000111100001010100010 | c3abc3b2c291c3abc2a3c2a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)