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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章ェニ鴈サ失 | 100011111100110110101010110001101110100111101100101110111000111010111000 | 8fcdaac6e9ecbb8eb8 |
EUC-JP | 章ェニ鴈サ失 | 101111101100111110001110101010101000111011000110111100101110111010001110101110111011110010111010 | becf8eaa8ec6f2ee8ebbbcba |
UTF-8 | 章ェニ鴈サ失 | 111001111010101110100000111011111011110110101010111011111011111010000110111010011011010010001000111011111011110110111011111001011010010010110001 | e7aba0efbdaaefbe86e9b488efbdbbe5a4b1 |
UHC | 章????失 | 1110110111110001001111110011111100111111001111111110001111110111 | edf13f3f3f3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)