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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炯?皓 | 1110000001110110001111111110000110101001 | e0763fe1a9 |
EUC-JP | 炯?皓 | 1101111111010111001111111110001010101011 | dfd73fe2ab |
UTF-8 | 炯렎皓 | 111001111000001010101111111010111010000010001110111001111001101010010011 | e782afeba08ee79a93 |
UHC | 炯렎皓 | 111110111010011010001110101001001111101111010011 | fba68ea4fbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)