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 | ò¤½Ç | 111100101010010010001110101111011000111011000111 | f2a48ebd8ec7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò¤???Ç | 100011111010101111010010100011111010001011110000001111110011111100111111100011111010101010101110 | 8fabd28fa2f03f3f3f8faaae |
UTF-8 | ò¤½Ç | 110000111011001011000010101001001100001010001110110000101011110111000010100011101100001110000111 | c3b2c2a4c28ec2bdc28ec387 |
UHC | ?¤?½?? | 0011111110100010101101000011111110101000111101100011111100111111 | 3fa2b43fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)