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 | î±³ì¯ | 111011101011000110001110101100111110110010101111 | eeb18eb3ecaf |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | î±??ì¯ | 10001111101010111100001010100001110111100011111100111111100011111010101111000000100011111010001010110100 | 8fabc2a1de3f3f8fabc08fa2b4 |
UTF-8 | î±³ì¯ | 110000111010111011000010101100011100001010001110110000101011001111000011101011001100001010101111 | c3aec2b1c28ec2b3c3acc2af |
UHC | ?±?³?? | 0011111110100001101111100011111110101001111110000011111100111111 | 3fa1be3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)