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 | ʺ | 100011101100101010001110101110101000111111000010 | 8eca8eba8fc2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ê?º? | 001111111000111110101010101101000011111110001111101000101110101100111111100011111010101010100100 | 3f8faab43f8fa2eb3f8faaa4 |
UTF-8 | ʺ | 110000101000111011000011100010101100001010001110110000101011101011000010100011111100001110000010 | c28ec38ac28ec2bac28fc382 |
UHC | ???º?? | 00111111001111110011111110101000101011000011111100111111 | 3f3f3fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)