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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?席 | 001111111001000011001000 | 3f90c8 |
EUC-JP | ?席 | 001111111100000011001010 | 3fc0ca |
UTF-8 | 뾱席 | 111010111011111010110001111001011011100010101101 | ebbeb1e5b8ad |
UHC | 뾱席 | 10010111011100111110000010101100 | 9773e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)