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 | ïê½ìµ | 111011111110101010001110101111011110110010110101 | efea8ebdecb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ïê??ì? | 100011111010101111000001100011111010101110110100001111110011111110001111101010111100000000111111 | 8fabc18fabb43f3f8fabc03f |
UTF-8 | ïê½ìµ | 110000111010111111000011101010101100001010001110110000101011110111000011101011001100001010110101 | c3afc3aac28ec2bdc3acc2b5 |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)