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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 焦ァ箍焦ァ箍B | 1000111111000101101001111110001010110000100011111100010110100111111000101011000001000010 | 8fc5a7e2b08fc5a7e2b042 |
EUC-JP | 焦ァ箍焦ァ箍B | 10111110110001111000111010100111111001001011001010111110110001111000111010100111111001001011001001000010 | bec78ea7e4b2bec78ea7e4b242 |
UTF-8 | 焦ァ箍焦ァ箍B | 11100111100001001010011011101111101111011010011111100111101011101000110111100111100001001010011011101111101111011010011111100111101011101000110101000010 | e784a6efbda7e7ae8de784a6efbda7e7ae8d42 |
UHC | 焦??焦??B | 111101011010010100111111001111111111010110100101001111110011111101000010 | f5a53f3ff5a53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)