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 | 澈}澈{^ | 1111101101001011111101001010010101111101111110110100101111110100101001010111101101011110 | fb4bf4a57dfb4bf4a57b5e |
EUC-JP | 澈?}澈?{^ | 1000111111001000111001010011111101111101100011111100100011100101001111110111101101011110 | 8fc8e53f7d8fc8e53f7b5e |
UTF-8 | 澈}澈{^ | 111001101011111010001000111011101000110110010100011111011110011010111110100010001110111010001101100101000111101101011110 | e6be88ee8d947de6be88ee8d947b5e |
UHC | 澈?}澈?{^ | 111101001100110100111111011111011111010011001101001111110111101101011110 | f4cd3f7df4cd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)