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 | 輿?┐柚 | 10010111011000000011111110000100101000101001011101001101 | 97603f84a2974d |
EUC-JP | 輿?┐柚 | 11001101110000010011111110101000101001001100110110101110 | cdc13fa8a4cdae |
UTF-8 | 輿삳┐柚 | 111010001011110010111111111011001000001010110011111000101001010010010000111001101001111110011010 | e8bcbfec82b3e29490e69f9a |
UHC | 輿삳┐柚 | 1110011010101011101110111110101110100110101001001110101011110110 | e6abbbeba6a4eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)