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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 辱??oBF | 10010000010010100011111100111111011011110100001001000110 | 904a3f3f6f4246 |
EUC-JP | 辱??oBF | 10111111101010110011111100111111011011110100001001000110 | bfab3f3f6f4246 |
UTF-8 | 辱됰쉑oBF | 111010001011111010110001111010111001000010110000111011001000100110010001011011110100001001000110 | e8beb1eb90b0ec89916f4246 |
UHC | 辱됰쉑oBF | 111010011011010010001001111010111011110110100111011011110100001001000110 | e9b489ebbda76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)