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 | ÜÛñ« | 11011100110110111111000110101011 | dcdbf1ab |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÜÛñ? | 10001111101010101110010010001111101010101110010110001111101010111101000000111111 | 8faae48faae58fabd03f |
UTF-8 | ÜÛñ« | 1100001110011100110000111001101111000011101100011100001010101011 | c39cc39bc3b1c2ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)