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 | 栓瓏? | 1001000011110000111000001111101000111111 | 90f0e0fa3f |
EUC-JP | 栓瓏? | 1100000011110010111000001111110000111111 | c0f2e0fc3f |
UTF-8 | 栓瓏짯 | 111001101010000010010011111001111001001110001111111011001010011110101111 | e6a093e7938feca7af |
UHC | 栓瓏짯 | 111011101111101111010110111010101100001010101101 | eefbd6eac2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)