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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | ?臣∮V | 001111111001000001100010100001111001001101010110 | 3f9062879356 |
EUC-JP | ?臣?V | 0011111110111111110000110011111101010110 | 3fbfc33f56 |
UTF-8 | 룵臣∮V | 11101011101000111011010111101000100001111010001111100010100010001010111001010110 | eba3b5e887a3e288ae56 |
UHC | 룵臣∮V | 10001111101010101110001111101101101000101011000101010110 | 8faae3eda2b156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)