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 | ?????! | 00111111001111110011111100111111001111111000000101001001 | 3f3f3f3f3f8149 |
EUC-JP | ?????! | 00111111001111110011111100111111001111111010000110101010 | 3f3f3f3f3fa1aa |
UTF-8 | 琉녔뿥梨덈! | 111011111010011110001100111010111000010110010100111010111011111110100101111011111010011110100010111010111000110110001000111011111011110010000001 | efa78ceb8594ebbfa5efa7a2eb8d88efbc81 |
UHC | 琉녔뿥梨덈! | 111010111010010010110011111001101001011110100101111011001011000110001000111010111010001110100001 | eba4b3e697a5ecb188eba3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)