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 | 而렲欌쇘렟 | 111010001000000010001100111010111010000010110010111001101010110010001100111011001000011110011000111010111010000010011111 | e8808ceba0b2e6ac8cec8798eba09f |
UHC | 而렲欌쇘렟 | 11101100101110111000111010111111111011011110101110111100111001111000111010110000 | ecbb8ebfedebbce78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)