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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 譏畷个k | 11100110100110001001001111101011100110001010001001101011 | e69893eb98a26b |
EUC-JP | 譏畷个k | 11101011111110001100011011101101110100001010010001101011 | ebf8c6edd0a46b |
UTF-8 | 譏畷个k | 11101000101011011000111111100111100101011011011111100100101110001010101001101011 | e8ad8fe795b7e4b8aa6b |
UHC | 譏??k | 1101000111000001001111110011111101101011 | d1c13f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)