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 | 粫城坤褂 | 1110001011100110100011111110100110001101101000111110010111100110 | e2e68fe98da3e5e6 |
EUC-JP | 粫城坤褂 | 1110010011101000101111101110101110111010101001011110101011101000 | e4e8beebbaa5eae8 |
UTF-8 | 粫城坤褂 | 111001111011001010101011111001011001111110001110111001011001110110100100111010001010010010000010 | e7b2abe59f8ee59da4e8a482 |
UHC | ?城坤? | 001111111110000011110010110011011101111000111111 | 3fe0f2cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)