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 | 繰跣存繰 | 1000110001001010111001101110111110010001101101101000110001001010 | 8c4ae6ef91b68c4a |
EUC-JP | 繰跣存繰 | 1011011110101011111011001111000111000010101110001011011110101011 | b7abecf1c2b8b7ab |
UTF-8 | 繰跣存繰 | 111001111011100110110000111010001011011110100011111001011010110110011000111001111011100110110000 | e7b9b0e8b7a3e5ad98e7b9b0 |
UHC | 繰跣存繰 | 1111000011011011111000001101001111110000111011011111000011011011 | f0dbe0d3f0edf0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)