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 | 鉤門勣鞐ア | 111001111110101010010110111001011001100110101000111010001101111010110001 | e7ea96e599a8e8deb1 |
EUC-JP | 鉤門勣鞐ア | 11101110111011001100110011100111110100101010101011110000111000001000111010110001 | eeeccce7d2aaf0e08eb1 |
UTF-8 | 鉤門勣鞐ア | 111010011000100110100100111010011001011010000000111001011000101110100011111010011001111010010000111011111011110110110001 | e989a4e99680e58ba3e99e90efbdb1 |
UHC | 鉤門勣?? | 1100111111001001110110101010011011101110110100110011111100111111 | cfc9daa6eed33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)