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 | 棕?燼 | 1001111010100001001111111110000010011110 | 9ea13fe09e |
EUC-JP | 棕?燼 | 1101110010100011001111111101111111111110 | dca33fdffe |
UTF-8 | 棕렋燼 | 111001101010001110010101111010111010000010001011111001111000011110111100 | e6a395eba08be787bc |
UHC | 棕렋燼 | 111100001111011110001110101000101110001111101000 | f0f78ea2e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)