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 | ????齎? | 00111111001111110011111100111111111001101101100000111111 | 3f3f3f3fe6d83f |
EUC-JP | ????齎? | 00111111001111110011111100111111111011001101101000111111 | 3f3f3f3fecda3f |
UTF-8 | 吏흗렟렖齎렖 | 111011111010011110011110111011011001110110010111111010111010000010011111111010111010000010010110111010011011110110001110111010111010000010010110 | efa79eed9d97eba09feba096e9bd8eeba096 |
UHC | 吏흗렟렖齎렖 | 111011001010011111001000111010011000111010110000100011101010101111101110101100101000111010101011 | eca7c8e98eb08eabeeb28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)