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 | 釿帷ウセ遶 | 1110011111100001100110111110011110110011101111101110011110101011 | e7e19be7b3bee7ab |
EUC-JP | 釿帷ウセ遶 | 11101110111000111101011011101001100011101011001110001110101111101110111010101101 | eee3d6e98eb38ebeeead |
UTF-8 | 釿帷ウセ遶 | 111010011000011110111111111001011011100010110111111011111011110110110011111011111011110110111110111010011000000110110110 | e987bfe5b8b7efbdb3efbdbee981b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)