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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遽√Κ籬 | 1110011110101111100000011110001110000011101010001110001011011111 | e7af81e383a8e2df |
EUC-JP | 遽√Κ籬 | 1110111010110001101000101110010110100110101010101110010011100001 | eeb1a2e5a6aae4e1 |
UTF-8 | 遽√Κ籬 | 1110100110000001101111011110001010001000100110101100111010011010111001111011000110101100 | e981bde2889ace9ae7b1ac |
UHC | 遽√Κ籬 | 1100101111101000101000011110111010100101110010101101011111100110 | cbe8a1eea5cad7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)