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 | 蛟也㍽貂。^ | 11100101100000001001011011100111100001111000111011100110101110001010000101011110 | e58096e7878ee6b8a15e |
EUC-JP | 蛟也?貂。^ | 11101001111000001100110011101001001111111110110010111010100011101010000101011110 | e9e0cce93fecba8ea15e |
UTF-8 | 蛟也㍽貂。^ | 11101000100110111001111111100100101110011001111111100011100011011011110111101000101100101000001011101111101111011010000101011110 | e89b9fe4b99fe38dbde8b282efbda15e |
UHC | 蛟也?貂?^ | 110011101111000111100101101001010011111111110101101100000011111101011110 | cef1e5a53ff5b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)