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 | ï¼ãã½ | 111011111011110010011100111000111000001010011100111000111000001110111101 | efbc9ce3829ce383bd |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ï??ã??ã?? | 100011111010101111000001001111110011111110001111101010111010101000111111001111111000111110101011101010100011111100111111 | 8fabc13f3f8fabaa3f3f8fabaa3f3f |
UTF-8 | ï¼ãã½ | 110000111010111111000010101111001100001010011100110000111010001111000010100000101100001010011100110000111010001111000010100000111100001010111101 | c3afc2bcc29cc3a3c282c29cc3a3c283c2bd |
UHC | ?¼??????½ | 0011111110101000111110010011111100111111001111110011111100111111001111111010100011110110 | 3fa8f93f3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)