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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 跣褻?] | 111001101110111111100101111101100011111101011101 | e6efe5f63f5d |
EUC-JP | 跣褻?] | 111011001111000111101010111110000011111101011101 | ecf1eaf83f5d |
UTF-8 | 跣褻蟬] | 11101000101101111010001111101000101001001011101111101000100111111010110001011101 | e8b7a3e8a4bbe89fac5d |
UHC | 跣褻蟬] | 11100000110100111110000011100001111000001101000101011101 | e0d3e0e1e0d15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)