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 | õæ±] | 1001111111110101111001101011000101011101 | 9ff5e6b15d |
SJIS-WIN | ???±] | 001111110011111100111111100000010111110101011101 | 3f3f3f817d5d |
EUC-JP | ?õæ±] | 00111111100011111010101111011000100011111010100111000001101000011101111001011101 | 3f8fabd88fa9c1a1de5d |
UTF-8 | õæ±] | 110000101001111111000011101101011100001110100110110000101011000101011101 | c29fc3b5c3a6c2b15d |
UHC | ??æ±] | 00111111001111111010100110100001101000011011111001011101 | 3f3fa9a1a1be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)