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 | 誌?}誌?{^ | 100011101000111100111111011111011000111010001111001111110111101101011110 | 8e8f3f7d8e8f3f7b5e |
EUC-JP | 誌?}誌?{^ | 101110111110111100111111011111011011101111101111001111110111101101011110 | bbef3f7dbbef3f7b5e |
UTF-8 | 誌렮}誌렮{^ | 111010001010101010001100111010111010000010101110011111011110100010101010100011001110101110100000101011100111101101011110 | e8aa8ceba0ae7de8aa8ceba0ae7b5e |
UHC | 誌렮}誌렮{^ | 1111001010111100100011101011101101111101111100101011110010001110101110110111101101011110 | f2bc8ebb7df2bc8ebb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)