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 | ϳð³ | 100011101100111110001110101100111111000010110011 | 8ecf8eb3f0b3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ï??ð? | 00111111100011111010101011000001001111110011111110001111101010011100001100111111 | 3f8faac13f3f8fa9c33f |
UTF-8 | ϳð³ | 110000101000111011000011100011111100001010001110110000101011001111000011101100001100001010110011 | c28ec38fc28ec2b3c3b0c2b3 |
UHC | ???³ð³ | 001111110011111100111111101010011111100010101001101000111010100111111000 | 3f3f3fa9f8a9a3a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)