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 | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 逍ス陷ゥk | 11100111100101101011110111101000100111001010100101101011 | e796bde89ca96b |
EUC-JP | 逍ス陷ゥk | 111011011111011010001110101111011110111111111100100011101010100101101011 | edf68ebdeffc8ea96b |
UTF-8 | 逍ス陷ゥk | 11101001100000001000110111101111101111011011110111101001100110011011011111101111101111011010100101101011 | e9808defbdbde999b7efbda96b |
UHC | 逍?陷?k | 11100001110011100011111111111001111010000011111101101011 | e1ce3ff9e83f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)