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 | ?睛聾 | 0011111111100001110010111001100001010111 | 3fe1cb9857 |
EUC-JP | ?睛聾 | 0011111111100010110011011100111110111000 | 3fe2cdcfb8 |
UTF-8 | 뤒睛聾 | 111010111010010010010010111001111001110110011011111010001000000110111110 | eba492e79d9be881be |
UHC | 뤒睛聾 | 100011111100001011101111111011001101011011101100 | 8fc2efecd6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)