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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ラ磆ス箏簑 | 1101011111100001111101011011110111100010101101011110001011000000 | d7e1f5bde2b5e2c0 |
EUC-JP | ラ磆ス箏簑 | 10001110110101111110001011110111100011101011110111100100101101111110010011000010 | 8ed7e2f78ebde4b7e4c2 |
UTF-8 | ラ磆ス箏簑 | 111011111011111010010111111001111010001110000110111011111011110110111101111001111010111010001111111001111011000010010001 | efbe97e7a386efbdbde7ae8fe7b091 |
UHC | ???箏? | 001111110011111100111111111011101011010000111111 | 3f3f3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)