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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | ?謁昻m | 001111111000100101111001111110101101000001101101 | 3f8979fad06d |
EUC-JP | ?謁?m | 0011111110110001110110100011111101101101 | 3fb1da3f6d |
UTF-8 | 卨謁昻m | 11100101100011011010100011101000101011001000000111100110100110001011101101101101 | e58da8e8ac81e698bb6d |
UHC | 卨謁昻m | 11100000110110011110010011010111111001001110100101101101 | e0d9e4d7e4e96d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)