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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??殞?俎?B | 001111110011111110011111011011010011111110011000110101110011111101000010 | 3f3f9f6d3f98d73f42 |
EUC-JP | ??殞?俎?B | 001111110011111111011101110011100011111111010000110110010011111101000010 | 3f3fddce3fd0d93f42 |
UTF-8 | 諪렚殞렓俎렣B | 11101000101010111010101011101011101000001001101011100110101011101001111011101011101000001001001111100100101111111000111011101011101000001010001101000010 | e8abaaeba09ae6ae9eeba093e4bf8eeba0a342 |
UHC | 諪렚殞렓俎렣B | 11101111111101011000111010101101111010011111100110001110101010001111000010111011100011101011010001000010 | eff58eade9f98ea8f0bb8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)