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 | 鱈湛脱炭 | 1001001001001100100100100101100010010010010001011001001001011001 | 924c925892459259 |
EUC-JP | 鱈湛脱炭 | 1100001110101101110000111011100111000011101001101100001110111010 | c3adc3b9c3a6c3ba |
UTF-8 | 鱈湛脱炭 | 111010011011000110001000111001101011100110011011111010001000010010110001111001111000001010101101 | e9b188e6b99be884b1e782ad |
UHC | ?湛?炭 | 001111111101001111000000001111111111011110101001 | 3fd3c03ff7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)