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 | ¸Îµ | 1000111110111000110011101000111010110101 | 8fb8ce8eb5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¸Î?? | 001111111000111110100010101100011000111110101010110000100011111100111111 | 3f8fa2b18faac23f3f |
UTF-8 | ¸Îµ | 11000010100011111100001010111000110000111000111011000010100011101100001010110101 | c28fc2b8c38ec28ec2b5 |
UHC | ?¸??? | 001111111010001010101100001111110011111100111111 | 3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)