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 | 将蘂\ | 1000111110101011111001010100000101011100 | 8fabe5415c |
EUC-JP | 将蘂\ | 1011111010101101111010011010001001011100 | beade9a25c |
UTF-8 | 将蘂\ | 11100101101100001000011011101000100110001000001001011100 | e5b086e898825c |
UHC | ?蘂\ | 00111111111001111101111001011100 | 3fe7de5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)