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 | ?莖? | 00111111111001001011000100111111 | 3fe4b13f |
EUC-JP | ?莖? | 00111111111010001011001100111111 | 3fe8b33f |
UTF-8 | 뤾莖폄 | 111010111010010010111110111010001000111010010110111011011000111110000100 | eba4bee88e96ed8f84 |
UHC | 뤾莖폄 | 100011111110101011001100111011001100011011101111 | 8feaccecc6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)