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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調??私 | 100100101011001000111111001111111000111010000100 | 92b23f3f8e84 |
EUC-JP | 調??私 | 110001001011010000111111001111111011101111100100 | c4b43f3fbbe4 |
UTF-8 | 調띄렯私 | 111010001010101010111111111010111001110110000100111010111010000010101111111001111010011110000001 | e8aabfeb9d84eba0afe7a781 |
UHC | 調띄렯私 | 1111000011100000101101101110011110001110101111001101111011100111 | f0e0b6e78ebcdee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)