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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 将ョ。フ^ | 1000111110101011101011101010000111111000101000101100110001011110 | 8fabaea1f8a2cc5e |
EUC-JP | 将ョ。?フ^ | 10111110101011011000111010101110100011101010000100111111100011101100110001011110 | bead8eae8ea13f8ecc5e |
UTF-8 | 将ョ。フ^ | 11100101101100001000011011101111101111011010111011101111101111011010000111101110100110011000000111101111101111101000110001011110 | e5b086efbdaeefbda1ee9981efbe8c5e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)