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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将ョ。「蓜^ | 10001111101010111010111010100001111100011000111110100010111110100110000001011110 | 8fabaea1f18fa2fa605e |
EUC-JP | 将ョ。?「蓜^ | 10111110101011011000111010101110100011101010000100111111100011101010001010001111110110011010000101011110 | bead8eae8ea13f8ea28fd9a15e |
UTF-8 | 将ョ。「蓜^ | 11100101101100001000011011101111101111011010111011101111101111011010000111101110100001001000101011101111101111011010001011101000100100111001110001011110 | e5b086efbdaeefbda1ee848aefbda2e8939c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)