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 | ?社? | 00111111100011101101000000111111 | 3f8ed03f |
EUC-JP | ?社? | 00111111101111001101001000111111 | 3fbcd23f |
UTF-8 | 鱗社캠 | 111011111010011110110010111001111010010010111110111011001011101010100000 | efa7b2e7a4beecbaa0 |
UHC | 鱗社캠 | 111011001110011111011110111001001100010010110111 | ece7dee4c4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)