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 | 角二娟 | 100010100111000010010011111100011001101101001110 | 8a7093f19b4e |
EUC-JP | 角二娟 | 101100111101000111000110111100111101010110101111 | b3d1c6f3d5af |
UTF-8 | 角二娟 | 111010001010011110010010111001001011101010001100111001011010100010011111 | e8a792e4ba8ce5a89f |
UHC | 角二娟 | 110010101100011111101100101000111110011011000010 | cac7eca3e6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)