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 | 寘エ骼ェ鴫 | 1111101010101001101101001110100110001110101010101000111010110000 | faa9b4e98eaa8eb0 |
EUC-JP | 寘エ骼ェ鴫 | 1000111110111010111000011000111010110100111100011110111010001110101010101011110010110010 | 8fbae18eb4f1ee8eaabcb2 |
UTF-8 | 寘エ骼ェ鴫 | 111001011010111110011000111011111011110110110100111010011010101010111100111011111011110110101010111010011011010010101011 | e5af98efbdb4e9aabcefbdaae9b4ab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)