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 | 橈?\ | 10011110111101000011111101011100 | 9ef43f5c |
EUC-JP | 橈?\ | 11011100111101100011111101011100 | dcf63f5c |
UTF-8 | 橈꼏\ | 11100110101010011000100011101010101111001000111101011100 | e6a988eabc8f5c |
UHC | 橈꼏\ | 1110100011111010100001000110011101011100 | e8fa84675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)