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 | 闕オ\ | 11101000100011011011010101011100 | e88db55c |
EUC-JP | 闕オ\ | 1110111111101101100011101011010101011100 | efed8eb55c |
UTF-8 | 闕オ\ | 11101001100101111001010111101111101111011011010101011100 | e99795efbdb55c |
UHC | 闕?\ | 11001111111101000011111101011100 | cff43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)