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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?鬼踪莎 | 00111111100010110101001111100111010010001110010010110011 | 3f8b53e748e4b3 |
EUC-JP | ?鬼踪莎 | 00111111101101011011010011101101101010011110100010110101 | 3fb5b4eda9e8b5 |
UTF-8 | 룵鬼踪莎 | 111010111010001110110101111010011010110010111100111010001011100010101010111010001000111010001110 | eba3b5e9acbce8b8aae88e8e |
UHC | 룵鬼踪莎 | 1000111110101010110100001010000111110001101000011101111011101101 | 8faad0a1f1a1deed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)