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 | 陂夲・ョ隍サ | 111010001001100010011010111011111010010110101110111010001010010010111011 | e8989aefa5aee8a4bb |
EUC-JP | 陂夲・ョ隍サ | 111011111111100011010100111100011000111010100101100011101010111011110000101001101000111010111011 | eff8d4f18ea58eaef0a68ebb |
UTF-8 | 陂夲・ョ隍サ | 111010011001100110000010111001011010010010110010111011111011110110100101111011111011110110101110111010011001101010001101111011111011110110111011 | e99982e5a4b2efbda5efbdaee99a8defbdbb |
UHC | 陂???隍? | 1111100110101110001111110011111100111111111111001101101100111111 | f9ae3f3f3ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)