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 | J¥¤FB | 1001001001001010100100011010010110010001101001000100011001000010 | 924a91a591a44642 |
SJIS-WIN | ?J?¥??FB | 001111110100101000111111100000011000111100111111001111110100011001000010 | 3f4a3f818f3f3f4642 |
EUC-JP | ?J???¤FB | 00111111010010100011111100111111001111111000111110100010111100000100011001000010 | 3f4a3f3f3f8fa2f04642 |
UTF-8 | J¥¤FB | 11000010100100100100101011000010100100011100001010100101110000101001000111000010101001000100011001000010 | c2924ac291c2a5c291c2a44642 |
UHC | ?J???¤FB | 001111110100101000111111001111110011111110100010101101000100011001000010 | 3f4a3f3f3fa2b44642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)