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 | 沚遁f? | 10011111100011011001001111011001100000101000011000111111 | 9f8d93d982863f |
EUC-JP | 沚遁f? | 11011101111011011100011011011011101000111110011000111111 | ddedc6dba3e63f |
UTF-8 | 沚遁f橓 | 111001101011001010011010111010011000000110000001111011111011110110000110111001101010100110010011 | e6b29ae98181efbd86e6a993 |
UHC | 沚遁f橓 | 1111001010101111110101001110110110100011111001101110001011100101 | f2afd4eda3e6e2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)