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 | ïö°ì¬³ | 1110111111110110100011101011000011101100101011001000111010110011 | eff68eb0ecac8eb3 |
SJIS-WIN | ???°?¬?? | 00111111001111110011111110000001100010110011111110000001110010100011111100111111 | 3f3f3f818b3f81ca3f3f |
EUC-JP | ïö?°ì¬?? | 10001111101010111100000110001111101010111101001100111111101000011110101110001111101010111100000010100010110011000011111100111111 | 8fabc18fabd33fa1eb8fabc0a2cc3f3f |
UTF-8 | ïö°ì¬³ | 11000011101011111100001110110110110000101000111011000010101100001100001110101100110000101010110011000010100011101100001010110011 | c3afc3b6c28ec2b0c3acc2acc28ec2b3 |
UHC | ???°???³ | 00111111001111110011111110100001110001100011111100111111001111111010100111111000 | 3f3f3fa1c63f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)