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 | 只?媛屯? | 1001000111111100001111111001010101010001100100111101010000111111 | 91fc3f955193d43f |
EUC-JP | 只?媛屯? | 1100001011111110001111111100100110110010110001101101011000111111 | c2fe3fc9b2c6d63f |
UTF-8 | 只렍媛屯ㄻ | 111001011000111110101010111010111010000010001101111001011010101010011011111001011011000110101111111000111000010010111011 | e58faaeba08de5aa9be5b1afe384bb |
UHC | 只렍媛屯ㄻ | 11110001111111101000111010100011111010101011000011010100111010101010010010101011 | f1fe8ea3eab0d4eaa4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)