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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏??科午 | 1000100011011000001111110011111110001001110010001000110011011111 | 88d83f3f89c88cdf |
EUC-JP | 畏??科午 | 1011000011011010001111110011111110110010110010101011100011100001 | b0da3f3fb2cab8e1 |
UTF-8 | 畏붷툢科午 | 111001111001010110001111111010111011011010110111111011011000100010100010111001111010011110010001111001011000110110001000 | e7958febb6b7ed88a2e7a791e58d88 |
UHC | 畏붷툢科午 | 11101000111001101001010011100101101110001001100111001110101000011110011111101101 | e8e694e5b899cea1e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)