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 | 聆\ | 1110001111010111111101011110111001011100 | e3d7f5ee5c |
EUC-JP | 聆?\ | 11100110110110010011111101011100 | e6d93f5c |
UTF-8 | 聆\ | 11101000100000011000011011101110100100011001100101011100 | e88186ee91995c |
UHC | 聆?\ | 11010110110000000011111101011100 | d6c03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)