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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棕?燼斑 | 10011110101000010011111111100000100111101001010011000001 | 9ea13fe09e94c1 |
EUC-JP | 棕?燼斑 | 11011100101000110011111111011111111111101100100011000011 | dca33fdffec8c3 |
UTF-8 | 棕렋燼斑 | 111001101010001110010101111010111010000010001011111001111000011110111100111001101001011010010001 | e6a395eba08be787bce69691 |
UHC | 棕렋燼斑 | 1111000011110111100011101010001011100011111010001101101011101000 | f0f78ea2e3e8dae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)