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 | âµÒýòã | 111000101011010111010010111111011111001011100011 | e2b5d2fdf2e3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | â?Òýòã | 10001111101010111010010000111111100011111010101011010010100011111010101111110010100011111010101111010010100011111010101110101010 | 8faba43f8faad28fabf28fabd28fabaa |
UTF-8 | âµÒýòã | 110000111010001011000010101101011100001110010010110000111011110111000011101100101100001110100011 | c3a2c2b5c392c3bdc3b2c3a3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)