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 | 迸ス}迸ス{^ | 111001111001111010111101011111011110011110011110101111010111101101011110 | e79ebd7de79ebd7b5e |
EUC-JP | 迸ス}迸ス{^ | 1110110111111110100011101011110101111101111011011111111010001110101111010111101101011110 | edfe8ebd7dedfe8ebd7b5e |
UTF-8 | 迸ス}迸ス{^ | 111010001011111110111000111011111011110110111101011111011110100010111111101110001110111110111101101111010111101101011110 | e8bfb8efbdbd7de8bfb8efbdbd7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)