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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 俗?\ | 10010001101011010011111101011100 | 91ad3f5c |
EUC-JP | 俗?\ | 11000010101011110011111101011100 | c2af3f5c |
UTF-8 | 俗쎺\ | 11100100101111111001011111101100100011101011101001011100 | e4bf97ec8eba5c |
UHC | 俗쎺\ | 1110000111010100100110111110000101011100 | e1d49be15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)