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 | 逵怙}逵怙{^ | 1110011110011100100111001000000001111101111001111001110010011100100000000111101101011110 | e79c9c807de79c9c807b5e |
EUC-JP | 逵怙}逵怙{^ | 1110110111111100110101111110000001111101111011011111110011010111111000000111101101011110 | edfcd7e07dedfcd7e07b5e |
UTF-8 | 逵怙}逵怙{^ | 111010011000000010110101111001101000000010011001011111011110100110000000101101011110011010000000100110010111101101011110 | e980b5e680997de980b5e680997b5e |
UHC | 逵?}逵?{^ | 110100001011000000111111011111011101000010110000001111110111101101011110 | d0b03f7dd0b03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)