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 | 逵諧}逵諧{^ | 1110011110011100111001100111111001111101111001111001110011100110011111100111101101011110 | e79ce67e7de79ce67e7b5e |
EUC-JP | 逵諧}逵諧{^ | 1110110111111100111010111101111101111101111011011111110011101011110111110111101101011110 | edfcebdf7dedfcebdf7b5e |
UTF-8 | 逵諧}逵諧{^ | 111010011000000010110101111010001010101110100111011111011110100110000000101101011110100010101011101001110111101101011110 | e980b5e8aba77de980b5e8aba77b5e |
UHC | 逵諧}逵諧{^ | 1101000010110000111110101011001001111101110100001011000011111010101100100111101101011110 | d0b0fab27dd0b0fab27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)