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 | ???源?? | 00111111001111110011111110001100101110010011111100111111 | 3f3f3f8cb93f3f |
EUC-JP | ???源?? | 00111111001111110011111110111000101110110011111100111111 | 3f3f3fb8bb3f3f |
UTF-8 | 樂띿슦源㎪㎉ | 111011111010011010111111111010111001110110111111111011001000101010100110111001101011101010010000111000111000111010101010111000111000111010001001 | efa6bfeb9dbfec8aa6e6ba90e38eaae38e89 |
UHC | 樂띿슦源㎪㎉ | 111010001111100110001101111011001001101010110000111010101011100110100111111001101010011110111011 | e8f98dec9ab0eab9a7e6a7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)