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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 縟髻\ | 1110001101110100111010011001111101011100 | e374e99f5c |
EUC-JP | 縟髻\ | 1110010111010101111100101010000101011100 | e5d5f2a15c |
UTF-8 | 縟髻\ | 11100111101110001001111111101001101010111011101101011100 | e7b89fe9abbb5c |
UHC | 縟?\ | 11101001101100100011111101011100 | e9b23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)