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 | 隴問握褊 | 1110100010101101100101101110001010001000101011001110010111101101 | e8ad96e288ace5ed |
EUC-JP | 隴問握褊 | 1111000010101111110011001110010010110000101011101110101011101111 | f0afcce4b0aeeaef |
UTF-8 | 隴問握褊 | 111010011001101010110100111001011001010110001111111001101000111110100001111010001010010010001010 | e99ab4e5958fe68fa1e8a48a |
UHC | ?問握? | 001111111101100111111101111001001100010000111111 | 3fd9fde4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)