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 | 亰篁母 | 100110001011010111100010101110011001010111101010 | 98b5e2b995ea |
EUC-JP | 亰篁母 | 110100001011011111100100101110111100101011101100 | d0b7e4bbcaec |
UTF-8 | 亰篁母 | 111001001011101010110000111001111010111110000001111001101010111110001101 | e4bab0e7af81e6af8d |
UHC | ?篁母 | 0011111111111100110101101101100110111101 | 3ffcd6d9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)