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 | 霤タ袿テ | 1110100011000011110000001110010111011101111101011110100011000011 | e8c3c0e5ddf5e8c3 |
EUC-JP | 霤タ袿?テ | 111100001100010110001110110000001110101011011111001111111000111011000011 | f0c58ec0eadf3f8ec3 |
UTF-8 | 霤タ袿テ | 111010011001110010100100111011111011111010000000111010001010001010111111111011101001000110010011111011111011111010000011 | e99ca4efbe80e8a2bfee9193efbe83 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)