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 | ??互降癖 | 0011111100111111100011001101110110001101011111101001010111001000 | 3f3f8cdd8d7e95c8 |
EUC-JP | ??互降癖 | 0011111100111111101110001101111110111001110111111100101011001010 | 3f3fb8dfb9dfcaca |
UTF-8 | 뽐뤓互降癖 | 111010111011110110010000111010111010010010010011111001001011101010010010111010011001100110001101111001111001100110010110 | ebbd90eba493e4ba92e9998de79996 |
UHC | 뽐뤓互降癖 | 10111011110010111000111111000011111110111011101111001011101111011101101111111110 | bbcb8fc3fbbbcbbddbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)