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 | 猷?セ嚥 | 10010111010100010011111110000011010110101001101010001011 | 97513f835a9a8b |
EUC-JP | 猷?セ嚥 | 11001101101100100011111110100101101110111101001111101011 | cdb23fa5bbd3eb |
UTF-8 | 猷뜻セ嚥 | 111001111000110010110111111010111001110010111011111000111000001010111011111001011001101010100101 | e78cb7eb9cbbe382bbe59aa5 |
UHC | 猷뜻セ嚥 | 1110101110100011101101101110011010101011101110111110011010111111 | eba3b6e6abbbe6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)