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 | 誌?\ | 10001110100011110011111101011100 | 8e8f3f5c |
EUC-JP | 誌?\ | 10111011111011110011111101011100 | bbef3f5c |
UTF-8 | 誌렔\ | 11101000101010101000110011101011101000001001010001011100 | e8aa8ceba0945c |
UHC | 誌렔\ | 1111001010111100100011101010100101011100 | f2bc8ea95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)