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 | ?楯雁 | 0011111110001111011111001000101011100101 | 3f8f7c8ae5 |
EUC-JP | 棅楯雁 | 10001111110000111111101110111101110111011011010011100111 | 8fc3fbbdddb4e7 |
UTF-8 | 棅楯雁 | 111001101010001110000101111001101010010110101111111010011001101110000001 | e6a385e6a5afe99b81 |
UHC | 棅楯雁 | 110111001011100011100010111001001110010011010010 | dcb8e2e4e4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)