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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 楔邵G | 1001111010110110111001111011100001000111 | 9eb6e7b847 |
EUC-JP | 楔邵G | 1101110010111000111011101011101001000111 | dcb8eeba47 |
UTF-8 | 楔邵G | 11100110101001011001010011101001100000101011010101000111 | e6a594e982b547 |
UHC | 楔邵G | 1110000011011011111000011101000001000111 | e0dbe1d047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)