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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣ョ諸呈シ | 1110011110000101101011101111101110101001100100101110011010111100 | e785aefba992e6bc |
EUC-JP | 辣ョ?呈シ | 111011011110010110001110101011100011111111000100111010001000111010111100 | ede58eae3fc4e88ebc |
UTF-8 | 辣ョ諸呈シ | 111010001011111010100011111011111011110110101110111011111010100010100010111001011001000110001000111011111011110110111100 | e8bea3efbdaeefa8a2e59188efbdbc |
UHC | 辣??呈? | 11010101101110000011111100111111111011111101000000111111 | d5b83f3fefd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)