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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壓????甕 | 1001101011011000001111110011111100111111001111111110000101010000 | 9ad83f3f3f3fe150 |
EUC-JP | 壓????甕 | 1101010011011010001111110011111100111111001111111110000110110001 | d4da3f3f3f3fe1b1 |
UTF-8 | 壓셴섣얠롗甕 | 111001011010001110010011111011001000010110110100111011001000010010100011111011001001011010100000111010111010000110010111111001111001010010010101 | e5a393ec85b4ec84a3ec96a0eba197e79495 |
UHC | 壓셴섣얠롗甕 | 111001001110001010111100110011111011110010110010101111101110110010001110110110111110100010111000 | e4e2bccfbcb2beec8edbe8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)