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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 小O楔邵 | 10001111101011000100111110011110101101101110011110111000 | 8fac4f9eb6e7b8 |
EUC-JP | 小O楔邵 | 10111110101011100100111111011100101110001110111010111010 | beae4fdcb8eeba |
UTF-8 | 小O楔邵 | 11100101101100001000111101001111111001101010010110010100111010011000001010110101 | e5b08f4fe6a594e982b5 |
UHC | 小O楔邵 | 11100001101100110100111111100000110110111110000111010000 | e1b34fe0dbe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)