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 | ?K? | 001111110100101100111111 | 3f4b3f |
SJIS-WIN | 哺K韈 | 1001101001001101010010111110100011100111 | 9a4d4be8e7 |
EUC-JP | 哺K韈 | 1101001110101110010010111111000011101001 | d3ae4bf0e9 |
UTF-8 | 哺K韈 | 11100101100100111011101001001011111010011001111110001000 | e593ba4be99f88 |
UHC | 哺K? | 11111000110101000100101100111111 | f8d44b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)