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 | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | 蟾ス陲門k | 11100101101101111011110111101000101000101001011011100101111101011000111101101011 | e5b7bde8a296e5f58f6b |
EUC-JP | 蟾ス陲門?k | 11101010101110011000111010111101111100001010010011001100111001110011111101101011 | eab98ebdf0a4cce73f6b |
UTF-8 | 蟾ス陲門k | 11101000100111111011111011101111101111011011110111101001100110011011001011101001100101101000000011101110100011111011101001101011 | e89fbeefbdbde999b2e99680ee8fba6b |
UHC | 蟾??門?k | 1110000011101010001111110011111111011010101001100011111101101011 | e0ea3f3fdaa63f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)