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 | 而???? | 100011101010011100111111001111110011111100111111 | 8ea73f3f3f3f |
EUC-JP | 而???? | 101111001010100100111111001111110011111100111111 | bca93f3f3f3f |
UTF-8 | 而렲뤯헤덤 | 111010001000000010001100111010111010000010110010111010111010010010101111111011011001011110100100111010111000110110100100 | e8808ceba0b2eba4afed97a4eb8da4 |
UHC | 而렲뤯헤덤 | 11101100101110111000111010111111100011111101110111000111111011001011010011111101 | ecbb8ebf8fddc7ecb4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)