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 | 也ъ?兪 | 10010110111001111000010010001100001111111001100101100000 | 96e7848c3f9960 |
EUC-JP | 也ъ?兪 | 11001100111010011010011111101100001111111101000111000001 | cce9a7ec3fd1c1 |
UTF-8 | 也ъ왎兪 | 1110010010111001100111111101000110001010111011001001100110001110111001011000010110101010 | e4b99fd18aec998ee585aa |
UHC | 也ъ왎兪 | 1110010110100101101011001110110010011110101111111110101011100100 | e5a5acec9ebfeae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)