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 | 戊槎鴣 | 100101011110100010011110110010101110100111110011 | 95e89ecae9f3 |
EUC-JP | 戊槎鴣 | 110010101110101011011100110011001111001011110101 | caeadcccf2f5 |
UTF-8 | 戊槎鴣 | 111001101000100010001010111001101010011110001110111010011011010010100011 | e6888ae6a78ee9b4a3 |
UHC | 戊?? | 11011001111001100011111100111111 | d9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)