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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セ褥諶ルシ・ | 1011111011100101111100011111101110101010110110011011110010100101 | bee5f1fbaad9bca5 |
EUC-JP | セ褥諶ルシ・ | 10001110101111101110101011110011100011111101111010110101100011101101100110001110101111001000111010100101 | 8ebeeaf38fdeb58ed98ebc8ea5 |
UTF-8 | セ褥諶ルシ・ | 111011111011110110111110111010001010010010100101111010001010101110110110111011111011111010011001111011111011110110111100111011111011110110100101 | efbdbee8a4a5e8abb6efbe99efbdbcefbda5 |
UHC | ?褥諶??? | 0011111111101001101100111110010010100110001111110011111100111111 | 3fe9b3e4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)