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 | 諡泌シ也丐 | 111001101000101110010100111001011011110010010110111001111001100010100000 | e68b94e5bc96e798a0 |
EUC-JP | 諡泌シ也丐 | 11101011111010111100100011100111100011101011110011001100111010011101000010100010 | ebebc8e78ebccce9d0a2 |
UTF-8 | 諡泌シ也丐 | 111010001010101110100001111001101011001110001100111011111011110110111100111001001011100110011111111001001011100010010000 | e8aba1e6b38cefbdbce4b99fe4b890 |
UHC | 諡泌?也? | 1110001111001101111110011011001000111111111001011010010100111111 | e3cdf9b23fe5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)