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 | 、@h | 1110111010111100101111011110111110111101101001000100000001101000 | eebcbdefbda44068 |
SJIS-WIN | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
EUC-JP | î??ï?¤@h | 1000111110101011110000100011111100111111100011111010101111000001001111111000111110100010111100000100000001101000 | 8fabc23f3f8fabc13f8fa2f04068 |
UTF-8 | 、@h | 1100001110101110110000101011110011000010101111011100001110101111110000101011110111000010101001000100000001101000 | c3aec2bcc2bdc3afc2bdc2a44068 |
UHC | ?¼½?½¤@h | 001111111010100011111001101010001111011000111111101010001111011010100010101101000100000001101000 | 3fa8f9a8f63fa8f6a2b44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)