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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佞榻l | 100110110100001110011110110011101000001010001100 | 9b439ece828c |
EUC-JP | 佞榻l | 110101011010010011011100110100001010001111101100 | d5a4dcd0a3ec |
UTF-8 | 佞榻l | 111001001011110110011110111001101010011010111011111011111011110110001100 | e4bd9ee6a6bbefbd8c |
UHC | ?榻l | 0011111111110111101101001010001111101100 | 3ff7b4a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)