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 | ì±mG | 1110110010110001100010000110110101000111 | ecb1886d47 |
SJIS-WIN | ?±?mG | 001111111000000101111101001111110110110101000111 | 3f817d3f6d47 |
EUC-JP | ì±?mG | 1000111110101011110000001010000111011110001111110110110101000111 | 8fabc0a1de3f6d47 |
UTF-8 | ì±mG | 1100001110101100110000101011000111000010100010000110110101000111 | c3acc2b1c2886d47 |
UHC | ?±?mG | 001111111010000110111110001111110110110101000111 | 3fa1be3f6d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)