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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 齋?[齋?[^ | 111000100101011000111111010110111110001001010110001111110101101101011110 | e2563f5be2563f5b5e |
EUC-JP | 齋?[齋?[^ | 111000111011011100111111010110111110001110110111001111110101101101011110 | e3b73f5be3b73f5b5e |
UTF-8 | 齋련[齋련[^ | 111010011011110110001011111010111010000010101000010110111110100110111101100010111110101110100000101010000101101101011110 | e9bd8beba0a85be9bd8beba0a85b5e |
UHC | 齋련[齋련[^ | 1110111010110001101101111100001101011011111011101011000110110111110000110101101101011110 | eeb1b7c35beeb1b7c35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)