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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 殞囚}殞囚{^ | 1001111101101101100011101111101001111101100111110110110110001110111110100111101101011110 | 9f6d8efa7d9f6d8efa7b5e |
EUC-JP | 殞囚}殞囚{^ | 1101110111001110101111001111110001111101110111011100111010111100111111000111101101011110 | ddcebcfc7dddcebcfc7b5e |
UTF-8 | 殞囚}殞囚{^ | 111001101010111010011110111001011001101110011010011111011110011010101110100111101110010110011011100110100111101101011110 | e6ae9ee59b9a7de6ae9ee59b9a7b5e |
UHC | 殞囚}殞囚{^ | 1110100111111001111000011111011001111101111010011111100111100001111101100111101101011110 | e9f9e1f67de9f9e1f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)