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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 餔漱鯆 | 111010010100111110011111111110011110100111000010 | e94f9ff9e9c2 |
EUC-JP | 餔漱鯆 | 111100011011000011011110111110111111001011000100 | f1b0defbf2c4 |
UTF-8 | 餔漱鯆 | 111010011010010010010100111001101011110010110001111010011010111110000110 | e9a494e6bcb1e9af86 |
UHC | ?漱? | 00111111111000101010101100111111 | 3fe2ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)