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 | 章ェニ鴈 | 100011111100110110101010110001101110100111101100 | 8fcdaac6e9ec |
EUC-JP | 章ェニ鴈 | 1011111011001111100011101010101010001110110001101111001011101110 | becf8eaa8ec6f2ee |
UTF-8 | 章ェニ鴈 | 111001111010101110100000111011111011110110101010111011111011111010000110111010011011010010001000 | e7aba0efbdaaefbe86e9b488 |
UHC | 章??? | 1110110111110001001111110011111100111111 | edf13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)