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 | 屎?? | 10011011100111010011111100111111 | 9b9d3f3f |
EUC-JP | 屎?? | 11010101111111010011111100111111 | d5fd3f3f |
UTF-8 | 屎릥둦 | 111001011011000110001110111010111010011010100101111010111001000110100110 | e5b18eeba6a5eb91a6 |
UHC | 屎릥둦 | 111000111011101010010000100001111000101001011010 | e3ba90878a5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)