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 | 齋?}齋?{^ | 111000100101011000111111011111011110001001010110001111110111101101011110 | e2563f7de2563f7b5e |
EUC-JP | 齋?}齋?{^ | 111000111011011100111111011111011110001110110111001111110111101101011110 | e3b73f7de3b73f7b5e |
UTF-8 | 齋로}齋로{^ | 111010011011110110001011111010111010000110011100011111011110100110111101100010111110101110100001100111000111101101011110 | e9bd8beba19c7de9bd8beba19c7b5e |
UHC | 齋로}齋로{^ | 1110111010110001101101111100111001111101111011101011000110110111110011100111101101011110 | eeb1b7ce7deeb1b7ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)