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 | 闊苓エ疲キ | 1110100010001000100101111110100010110100100101001110011010110111 | e88897e8b494e6b7 |
EUC-JP | 闊苓エ疲キ | 11101111111010001100111011101010100011101011010011001000111010001000111010110111 | efe8ceea8eb4c8e88eb7 |
UTF-8 | 闊苓エ疲キ | 111010011001011110001010111010001000101110010011111011111011110110110100111001111001011010110010111011111011110110110111 | e9978ae88b93efbdb4e796b2efbdb7 |
UHC | 闊??疲? | 11111100110001000011111100111111111110011010101000111111 | fcc43f3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)