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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉤門勣鞐 | 1110011111101010100101101110010110011001101010001110100011011110 | e7ea96e599a8e8de |
EUC-JP | 鉤門勣鞐 | 1110111011101100110011001110011111010010101010101111000011100000 | eeeccce7d2aaf0e0 |
UTF-8 | 鉤門勣鞐 | 111010011000100110100100111010011001011010000000111001011000101110100011111010011001111010010000 | e989a4e99680e58ba3e99e90 |
UHC | 鉤門勣? | 11001111110010011101101010100110111011101101001100111111 | cfc9daa6eed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)