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 | 爐牆獏猴 | 1110000010100010111000001010110111100000110100011110000011001011 | e0a2e0ade0d1e0cb |
EUC-JP | 爐牆獏猴 | 1110000010100100111000001010111111100000110100111110000011001101 | e0a4e0afe0d3e0cd |
UTF-8 | 爐牆獏猴 | 111001111000100010010000111001111000100110000110111001111000110110001111111001111000110010110100 | e78890e78986e78d8fe78cb4 |
UHC | 爐牆?? | 110101101101001111101101111011010011111100111111 | d6d3eded3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)