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 | 鋿識焄 | 111110111101110010001110101011111111101101010100 | fbdc8eaffb54 |
EUC-JP | 鋿識焄 | 1000111111100100110100101011110010110001100011111100100111100011 | 8fe4d2bcb18fc9e3 |
UTF-8 | 鋿識焄 | 111010011000101110111111111010001010110110011000111001111000010010000100 | e98bbfe8ad98e78484 |
UHC | ?識焄 | 0011111111100011110110111111110110110110 | 3fe3dbfdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)