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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畯猛? | 1111101101101111100101101101001000111111 | fb6f96d23f |
EUC-JP | 畯猛? | 100011111100110110111011110011001101010000111111 | 8fcdbbccd43f |
UTF-8 | 畯猛렫 | 111001111001010110101111111001111000110010011011111010111010000010101011 | e795afe78c9beba0ab |
UHC | 畯猛렫 | 111100011110000111011000111011011000111010111001 | f1e1d8ed8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)