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 | 嚥??掖? | 10011010100010110011111100111111100111010111010000111111 | 9a8b3f3f9d743f |
EUC-JP | 嚥??掖? | 11010011111010110011111100111111110110011101010100111111 | d3eb3f3fd9d53f |
UTF-8 | 嚥잙젇掖㉱ | 111001011001101010100101111011001001111010011001111011001010000010000111111001101000111010010110111000111000100110110001 | e59aa5ec9e99eca087e68e96e389b1 |
UHC | 嚥잙젇掖㉱ | 11100110101111111001111111101011101000001000101011100100111110101010100011000010 | e6bf9feba08ae4faa8c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)