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??Z | 001111110011111101101011001111110011111101011010 | 3f3f6b3f3f5a |
SJIS-WIN | 蟾スk蟾スZ | 1110010110110111101111010110101111100101101101111011110101011010 | e5b7bd6be5b7bd5a |
EUC-JP | 蟾スk蟾スZ | 11101010101110011000111010111101011010111110101010111001100011101011110101011010 | eab98ebd6beab98ebd5a |
UTF-8 | 蟾スk蟾スZ | 1110100010011111101111101110111110111101101111010110101111101000100111111011111011101111101111011011110101011010 | e89fbeefbdbd6be89fbeefbdbd5a |
UHC | 蟾?k蟾?Z | 1110000011101010001111110110101111100000111010100011111101011010 | e0ea3f6be0ea3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)