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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 亦??鹽? | 10010110100100100011111100111111111010100110010000111111 | 96923f3fea643f |
EUC-JP | 亦??鹽? | 11001011111100100011111100111111111100111100010100111111 | cbf23f3ff3c53f |
UTF-8 | 亦삣폀鹽븃 | 111001001011101010100110111011001000001010100011111011011000111110000000111010011011100110111101111010111011100010000011 | e4baa6ec82a3ed8f80e9b9bdebb883 |
UHC | 亦삣폀鹽븃 | 11100110101100101011101111100101101111001000111111100111101001001011101011101000 | e6b2bbe5bc8fe7a4bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)