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 | 驪呻セ扇∪ | 111010011000101110011001111011111011111010010000111011101000000110111110 | e98b99efbe90ee81be |
EUC-JP | 驪呻セ扇∪ | 11110001111010111101001011110001100011101011111011000000111100001010001011000000 | f1ebd2f18ebec0f0a2c0 |
UTF-8 | 驪呻セ扇∪ | 111010011010100110101010111001011001000110111011111011111011110110111110111001101000100110000111111000101000100010101010 | e9a9aae591bbefbdbee68987e288aa |
UHC | 驪呻?扇∪ | 110101011111000111100011111000100011111111100000101111111010000111111010 | d5f1e3e23fe0bfa1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)