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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 莎莎B | 11111001110011001110010010110011111100111101111111111001110011001110010010110011111100111101111101000010 | f9cce4b3f3dff9cce4b3f3df42 |
EUC-JP | ?莎??莎?B | 001111111110100010110101001111110011111111101000101101010011111101000010 | 3fe8b53f3fe8b53f42 |
UTF-8 | 莎莎B | 11101110100111001010011111101000100011101000111011101110100010111001001011101110100111001010011111101000100011101000111011101110100010111001001001000010 | ee9ca7e88e8eee8b92ee9ca7e88e8eee8b9242 |
UHC | ?莎??莎?B | 001111111101111011101101001111110011111111011110111011010011111101000010 | 3fdeed3f3fdeed3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)