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 | 懿?\ | 10011100111100100011111101011100 | 9cf23f5c |
EUC-JP | 懿?\ | 11011000111101000011111101011100 | d8f43f5c |
UTF-8 | 懿쁋\ | 11100110100001111011111111101100100000011000101101011100 | e687bfec818b5c |
UHC | 懿쁋\ | 1110101111110011100110000100110001011100 | ebf3984c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)