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 | æì°«^e^ | 111001101000000110000001111011001011000010101011010111100110010101011110 | e68181ecb0ab5e655e |
SJIS-WIN | ????°?^e^ | 00111111001111110011111100111111100000011000101100111111010111100110010101011110 | 3f3f3f3f818b3f5e655e |
EUC-JP | æ??ì°?^e^ | 1000111110101001110000010011111100111111100011111010101111000000101000011110101100111111010111100110010101011110 | 8fa9c13f3f8fabc0a1eb3f5e655e |
UTF-8 | æì°«^e^ | 110000111010011011000010100000011100001010000001110000111010110011000010101100001100001010101011010111100110010101011110 | c3a6c281c281c3acc2b0c2ab5e655e |
UHC | æ???°?^e^ | 1010100110100001001111110011111100111111101000011100011000111111010111100110010101011110 | a9a13f3f3fa1c63f5e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)