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 | 嚴ъ? | 1001101010001110100001001000110000111111 | 9a8e848c3f |
EUC-JP | 嚴ъ? | 1101001111101110101001111110110000111111 | d3eea7ec3f |
UTF-8 | 嚴ъ룭 | 1110010110011010101101001101000110001010111010111010001110101101 | e59ab4d18aeba3ad |
UHC | 嚴ъ룭 | 111001011111000110101100111011001000111110100011 | e5f1acec8fa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)