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 | リハミ莖 | 1101100011001010110100001110010010110001 | d8cad0e4b1 |
EUC-JP | リハミ莖 | 1000111011011000100011101100101010001110110100001110100010110011 | 8ed88eca8ed0e8b3 |
UTF-8 | リハミ莖 | 111011111011111010011000111011111011111010001010111011111011111010010000111010001000111010010110 | efbe98efbe8aefbe90e88e96 |
UHC | ???莖 | 0011111100111111001111111100110011101100 | 3f3f3fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)