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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隧イ謐ァ陦唯 | 11101000101010011011001011100110100011011010011111101000101000011001011101000010 | e8a9b2e68da7e8a19742 |
EUC-JP | 隧イ謐ァ陦唯 | 111100001010101110001110101100101110101111101101100011101010011111110000101000111100110110100011 | f0ab8eb2ebed8ea7f0a3cda3 |
UTF-8 | 隧イ謐ァ陦唯 | 111010011001101010100111111011111011110110110010111010001010110010010000111011111011110110100111111010011001100110100110111001011001010010101111 | e99aa7efbdb2e8ac90efbda7e999a6e594af |
UHC | 隧?謐??唯 | 111000101100101000111111110110101100110100111111001111111110101011100110 | e2ca3fdacd3f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)