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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 予泳銑 | 100101110101110010001001011010101001000101001100 | 975c896a914c |
EUC-JP | 予泳銑 | 110011011011110110110001110010111100000110101101 | cdbdb1cbc1ad |
UTF-8 | 予泳銑 | 111001001011101010001000111001101011001110110011111010011000101010010001 | e4ba88e6b3b3e98a91 |
UHC | 予泳銑 | 111001011111100011100111101101101110000011010101 | e5f8e7b6e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)