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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜍「遖ェ | 111001011000101110100010111001111010011010101010 | e58ba2e7a6aa |
EUC-JP | 蜍「遖ェ | 1110100111101011100011101010001011101110101010001000111010101010 | e9eb8ea2eea88eaa |
UTF-8 | 蜍「遖ェ | 111010001001110010001101111011111011110110100010111010011000000110010110111011111011110110101010 | e89c8defbda2e98196efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)