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 | 鄕∫」 | 1111101110111000100000011110011110100011 | fbb881e7a3 |
EUC-JP | ?∫」 | 0011111110100010111010011000111010100011 | 3fa2e98ea3 |
UTF-8 | 鄕∫」 | 111010011000010010010101111000101000100010101011111011111011110110100011 | e98495e288abefbda3 |
UHC | 鄕∫? | 1111101011000001101000011111001000111111 | fac1a1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)