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 | 鋿識鋿 | 111110111101110010001110101011111111101111011100 | fbdc8eaffbdc |
EUC-JP | 鋿識鋿 | 1000111111100100110100101011110010110001100011111110010011010010 | 8fe4d2bcb18fe4d2 |
UTF-8 | 鋿識鋿 | 111010011000101110111111111010001010110110011000111010011000101110111111 | e98bbfe8ad98e98bbf |
UHC | ?識? | 00111111111000111101101100111111 | 3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)