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 | 屎??? | 1001101110011101001111110011111100111111 | 9b9d3f3f3f |
EUC-JP | 屎??? | 1101010111111101001111110011111100111111 | d5fd3f3f3f |
UTF-8 | 屎릧뜠閱 | 111001011011000110001110111010111010011010100111111010111001110010100000111010011001011010110001 | e5b18eeba6a7eb9ca0e996b1 |
UHC | 屎릧뜠閱 | 1110001110111010100100001000100110001101101000111110011011110011 | e3ba90898da3e6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)