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 | ?羯}?羯{^ | 001111111110001110111001011111010011111111100011101110010111101101011110 | 3fe3b97d3fe3b97b5e |
EUC-JP | ?羯}?羯{^ | 001111111110011010111011011111010011111111100110101110110111101101011110 | 3fe6bb7d3fe6bb7b5e |
UTF-8 | 䭵羯}䭵羯{^ | 111001001010110110110101111001111011111010101111011111011110010010101101101101011110011110111110101011110111101101011110 | e4adb5e7beaf7de4adb5e7beaf7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)