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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩幎カケ尞 | 1110100110101001100110111110101110110110101110011111101010101011 | e9a99bebb6b9faab |
EUC-JP | 鬩幎カケ尞 | 1111001010101011110101101110110110001110101101101000111010111001100011111011101011101011 | f2abd6ed8eb68eb98fbaeb |
UTF-8 | 鬩幎カケ尞 | 111010011010110010101001111001011011100110001110111011111011110110110110111011111011110110111001111001011011000010011110 | e9aca9e5b98eefbdb6efbdb9e5b09e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)