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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衣紗? | 1000100011011111100011101101000100111111 | 88df8ed13f |
EUC-JP | 衣紗? | 1011000011100001101111001101001100111111 | b0e1bcd33f |
UTF-8 | 衣紗떵 | 111010001010000110100011111001111011010010010111111010111001011010110101 | e8a1a3e7b497eb96b5 |
UHC | 衣紗떵 | 111010111111110111011110111010011011011010111010 | ebfddee9b6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)