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 | 楷?\ | 10011110101100100011111101011100 | 9eb23f5c |
EUC-JP | 楷?\ | 11011100101101000011111101011100 | dcb43f5c |
UTF-8 | 楷렠\ | 11100110101001011011011111101011101000001010000001011100 | e6a5b7eba0a05c |
UHC | 楷렠\ | 1111101010101100100011101011000101011100 | faac8eb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)