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 | 屎됭딞 | 111001011011000110001110111010111001000010101101111010111001010010011110 | e5b18eeb90adeb949e |
UHC | 屎됭딞 | 111000111011101010001001111010001000101101000001 | e3ba89e88b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)