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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鱈脱痰 | 100100100100110010010010010001011110000110000010 | 924c9245e182 |
EUC-JP | 鱈脱痰 | 110000111010110111000011101001101110000111100010 | c3adc3a6e1e2 |
UTF-8 | 鱈脱痰 | 111010011011000110001000111010001000010010110001111001111001011110110000 | e9b188e884b1e797b0 |
UHC | ??痰 | 00111111001111111101001111000011 | 3f3fd3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)