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 | 髴阪g縺 | 1110100110011100100011011110001110000010100001111110001110000001 | e99c8de38287e381 |
EUC-JP | 髴阪g縺 | 1111000111111100101110101110010110100011111001111110010111100001 | f1fcbae5a3e7e5e1 |
UTF-8 | 髴阪g縺 | 111010011010101110110100111010011001100010101010111011111011110110000111111001111011100010111010 | e9abb4e998aaefbd87e7b8ba |
UHC | ?阪g? | 001111111111100010100001101000111110011100111111 | 3ff8a1a3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)