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 | 長?}長?{^ | 100100101011011100111111011111011001001010110111001111110111101101011110 | 92b73f7d92b73f7b5e |
EUC-JP | 長?}長?{^ | 110001001011100100111111011111011100010010111001001111110111101101011110 | c4b93f7dc4b93f7b5e |
UTF-8 | 長렗}長렗{^ | 111010011001010110110111111010111010000010010111011111011110100110010101101101111110101110100000100101110111101101011110 | e995b7eba0977de995b7eba0977b5e |
UHC | 長렗}長렗{^ | 1110110111111110100011101010110001111101111011011111111010001110101011000111101101011110 | edfe8eac7dedfe8eac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)