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 | 旭?繒?? | 10001000101011100011111111111011100011110011111100111111 | 88ae3ffb8f3f3f |
EUC-JP | 旭?繒?? | 1011000010110000001111111000111111010100110101000011111100111111 | b0b03f8fd4d43f3f |
UTF-8 | 旭렕繒목렰 | 111001101001011110101101111010111010000010010101111001111011100110010010111010111010101010101001111010111010000010110000 | e697adeba095e7b992ebaaa9eba0b0 |
UHC | 旭렕繒목렰 | 11101001111011111000111010101010111100011111100110111000111100011000111010111101 | e9ef8eaaf1f9b8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)