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 | ?謙?謙? | 00111111100011001010101000111111100011001010101000111111 | 3f8caa3f8caa3f |
EUC-JP | ?謙?謙? | 00111111101110001010110000111111101110001010110000111111 | 3fb8ac3fb8ac3f |
UTF-8 | 렺謙꼼謙괏 | 111010111010000010111010111010001010110010011001111010101011110010111100111010001010110010011001111010101011010010001111 | eba0bae8ac99eabcbce8ac99eab48f |
UHC | 렺謙꼼謙괏 | 10001110110000101100110011000101101100101100010011001100110001011011000110100011 | 8ec2ccc5b2c4ccc5b1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)