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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 乳??蘖 | 100100111111101100111111001111111001111101010000 | 93fb3f3f9f50 |
EUC-JP | 乳??蘖 | 110001101111110100111111001111111101110110110001 | c6fd3f3fddb1 |
UTF-8 | 乳☜렯蘖 | 111001001011100110110011111000101001100010011100111010111010000010101111111010001001100010010110 | e4b9b3e2989ceba0afe89896 |
UHC | 乳☜렯蘖 | 1110101011100001101000101101000010001110101111001110010111101110 | eae1a2d08ebce5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)