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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 遡?^ | 10010001011010110011111101011110 | 916b3f5e |
EUC-JP | 遡璿^ | 110000011100110010001111110011001110100101011110 | c1cc8fcce95e |
UTF-8 | 遡璿^ | 11101001100000011010000111100111100100101011111101011110 | e981a1e792bf5e |
UHC | 遡璿^ | 1110000111001111111000001100011101011110 | e1cfe0c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)