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 | ì§¯î¹ | 111011001010011110001110101011111110111010111001 | eca78eafeeb9 |
SJIS-WIN | ?§???? | 00111111100000011001100000111111001111110011111100111111 | 3f81983f3f3f3f |
EUC-JP | ì§?¯î? | 10001111101010111100000010100001111110000011111110001111101000101011010010001111101010111100001000111111 | 8fabc0a1f83f8fa2b48fabc23f |
UTF-8 | ì§¯î¹ | 110000111010110011000010101001111100001010001110110000101010111111000011101011101100001010111001 | c3acc2a7c28ec2afc3aec2b9 |
UHC | ?§???¹ | 0011111110100001110101110011111100111111001111111010100111110110 | 3fa1d73f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)