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 | 憶??殉 | 100010011010111100111111001111111000111101111101 | 89af3f3f8f7d |
EUC-JP | 憶??殉 | 101100101011000100111111001111111011110111011110 | b2b13f3fbdde |
UTF-8 | 憶귣뿫殉 | 111001101000011010110110111010101011011110100011111010111011111110101011111001101010111010001001 | e686b6eab7a3ebbfabe6ae89 |
UHC | 憶귣뿫殉 | 1110010111100011100000101110101110010111101010111110001011100110 | e5e382eb97abe2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)