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 | 宍障 | 111100011111110010001110101100111000111111100001 | f1fc8eb38fe1 |
EUC-JP | ?宍障 | 0011111110111100101101011011111011100011 | 3fbcb5bee3 |
UTF-8 | 宍障 | 111011101000010110110111111001011010111010001101111010011001101010011100 | ee85b7e5ae8de99a9c |
UHC | ??障 | 00111111001111111110111010100001 | 3f3feea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)