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 | ¾Äºàµ | 101111101100010010001110101110101110000010110101 | bec48ebae0b5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ä?ºà? | 001111111000111110101010101000110011111110001111101000101110101110001111101010111010001000111111 | 3f8faaa33f8fa2eb8faba23f |
UTF-8 | ¾Äºàµ | 110000101011111011000011100001001100001010001110110000101011101011000011101000001100001010110101 | c2bec384c28ec2bac3a0c2b5 |
UHC | ¾??º?? | 1010100011111010001111110011111110101000101011000011111100111111 | a8fa3f3fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)