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 | 蒿鍋ッ∬ | 11100100111001001001001111100111101011111000000111101000 | e4e493e7af81e8 |
EUC-JP | 蒿鍋ッ∬ | 1110100011100110110001101110100110001110101011111010001011101010 | e8e6c6e98eafa2ea |
UTF-8 | 蒿鍋ッ∬ | 111010001001001010111111111010011000110110001011111011111011110110101111111000101000100010101100 | e892bfe98d8befbdafe288ac |
UHC | 蒿鍋?∬ | 11111011110110101100111010100111001111111010000111110011 | fbdacea73fa1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)