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 | ??h??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 蟾スh蟾スk | 1110010110110111101111010110100011100101101101111011110101101011 | e5b7bd68e5b7bd6b |
EUC-JP | 蟾スh蟾スk | 11101010101110011000111010111101011010001110101010111001100011101011110101101011 | eab98ebd68eab98ebd6b |
UTF-8 | 蟾スh蟾スk | 1110100010011111101111101110111110111101101111010110100011101000100111111011111011101111101111011011110101101011 | e89fbeefbdbd68e89fbeefbdbd6b |
UHC | 蟾?h蟾?k | 1110000011101010001111110110100011100000111010100011111101101011 | e0ea3f68e0ea3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)