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 | 簇絅?貊? | 1110001011000110111000110100010000111111111001101011101100111111 | e2c6e3443fe6bb3f |
EUC-JP | 簇絅?貊? | 1110010011001000111001011010010100111111111011001011110100111111 | e4c8e5a53fecbd3f |
UTF-8 | 簇絅렎貊롚 | 111001111011000010000111111001111011010110000101111010111010000010001110111010001011001010001010111010111010000110011010 | e7b087e7b585eba08ee8b28aeba19a |
UHC | 簇絅렎貊롚 | 11110000111010101100110011100111100011101010010011011000111001111000111011011110 | f0eacce78ea4d8e78ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)