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 | 咤髴\ | 1001101001000010111010011001110001011100 | 9a42e99c5c |
EUC-JP | 咤髴\ | 1101001110100011111100011111110001011100 | d3a3f1fc5c |
UTF-8 | 咤髴\ | 11100101100100101010010011101001101010111011010001011100 | e592a4e9abb45c |
UHC | 咤?\ | 11110110111000110011111101011100 | f6e33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)