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 | ëýåoBF | 111010111111110110001100111001011010110110010100011011110100001001000110 | ebfd8ce5ad946f4246 |
SJIS-WIN | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
EUC-JP | ëý?å??oBF | 100011111010101110110011100011111010101111110010001111111000111110101011101010010011111100111111011011110100001001000110 | 8fabb38fabf23f8faba93f3f6f4246 |
UTF-8 | ëýåoBF | 110000111010101111000011101111011100001010001100110000111010010111000010101011011100001010010100011011110100001001000110 | c3abc3bdc28cc3a5c2adc2946f4246 |
UHC | ?????oBF | 00111111001111110011111100111111101000011010100100111111011011110100001001000110 | 3f3f3f3fa1a93f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)