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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 襲??\ | 1000111101010000001111110011111101011100 | 8f503f3f5c |
EUC-JP | 襲??\ | 1011110110110001001111110011111101011100 | bdb13f3f5c |
UTF-8 | 襲뒉띀\ | 11101000101001011011001011101011100100101000100111101011100111011000000001011100 | e8a5b2eb9289eb9d805c |
UHC | 襲뒉띀\ | 11100011101010011000101010000110100011011011101101011100 | e3a98a868dbb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)