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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 餘?? | 11101001010100000011111100111111 | e9503f3f |
EUC-JP | 餘?? | 11110001101100010011111100111111 | f1b13f3f |
UTF-8 | 餘욃썧 | 111010011010010010011000111011001001101010000011111011001000110110100111 | e9a498ec9a83ec8da7 |
UHC | 餘욃썧 | 111001101010111010011110111001011001101110011010 | e6ae9ee59b9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)