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 | 隴匁汾 | 111010001010110110010110111001101001111110010000 | e8ad96e69f90 |
EUC-JP | 隴匁汾 | 111100001010111111001100111010001101110111110000 | f0afcce8ddf0 |
UTF-8 | 隴匁汾 | 111010011001101010110100111001011000110010000001111001101011000110111110 | e99ab4e58c81e6b1be |
UHC | ??汾 | 00111111001111111101110111001100 | 3f3fddcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)