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 | 止?禹??界 | 100011100111111000111111111000100101101000111111001111111000101001000101 | 8e7e3fe25a3f3f8a45 |
EUC-JP | 止?禹??界 | 101110111101111100111111111000111011101100111111001111111011001110100110 | bbdf3fe3bb3f3fb3a6 |
UTF-8 | 止렖禹렗熉界 | 111001101010110110100010111010111010000010010110111001111010011010111001111010111010000010010111111001111000011010001001111001111001010110001100 | e6ada2eba096e7a6b9eba097e78689e7958c |
UHC | 止렖禹렗熉界 | 111100101010110110001110101010111110100111100000100011101010110011101001111110111100110110100011 | f2ad8eabe9e08eace9fbcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)