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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?貌?兒 | 001111111001011001100101001111111001100101011010 | 3f96653f995a |
EUC-JP | ?貌?兒 | 001111111100101111000110001111111101000110111011 | 3fcbc63fd1bb |
UTF-8 | 閭貌閭兒 | 111011111010011010000110111010001011001010001100111011111010011010000110111001011000010110010010 | efa686e8b28cefa686e58592 |
UHC | 閭貌閭兒 | 1110011010101101110110011100100111100110101011011110010010101110 | e6add9c9e6ade4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)