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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 嶸「巐逸于\ | 11111010101101001010001011111010101101101000100011101101100110001011000001011100 | fab4a2fab688ed98b05c |
EUC-JP | 嶸「巐逸于\ | 10001111101110111111010010001110101000101000111110111011111110011011000011101111110100001011001001011100 | 8fbbf48ea28fbbf9b0efd0b25c |
UTF-8 | 嶸「巐逸于\ | 11100101101101101011100011101111101111011010001011100101101101111001000011101001100000001011100011100100101110101000111001011100 | e5b6b8efbda2e5b790e980b8e4ba8e5c |
UHC | 嶸??逸于\ | 111001111010111000111111001111111110110011101111111010011100110101011100 | e7ae3f3fecefe9cd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)