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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 輕籐 | 11100111011010101110001011011001 | e76ae2d9 |
EUC-JP | 輕籐 | 11101101110010111110010011011011 | edcbe4db |
UTF-8 | 輕籐 | 111010001011110010010101111001111011000110010000 | e8bc95e7b190 |
UHC | 輕? | 110011001110111000111111 | ccee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)