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 | 而?駿?婢 | 1000111010100111001111111000111101111000001111111001101101011000 | 8ea73f8f783f9b58 |
EUC-JP | 而?駿?婢 | 1011110010101001001111111011110111011001001111111101010110111001 | bca93fbdd93fd5b9 |
UTF-8 | 而렲駿곕婢 | 111010001000000010001100111010111010000010110010111010011010011110111111111010101011001110010101111001011010100110100010 | e8808ceba0b2e9a7bfeab395e5a9a2 |
UHC | 而렲駿곕婢 | 11101100101110111000111010111111111100011110011110110000111010111101110111100110 | ecbb8ebff1e7b0ebdde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)