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 | スタ?貲 | 1011110111000000001111111110011011000101 | bdc03fe6c5 |
EUC-JP | スタ棌貲 | 100011101011110110001110110000001000111111000011111111011110110011000111 | 8ebd8ec08fc3fdecc7 |
UTF-8 | スタ棌貲 | 111011111011110110111101111011111011111010000000111001101010001110001100111010001011001010110010 | efbdbdefbe80e6a38ce8b2b2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)