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 | 鉤門勣蒹 | 1110011111101010100101101110010110011001101010001110010011100011 | e7ea96e599a8e4e3 |
EUC-JP | 鉤門勣蒹 | 1110111011101100110011001110011111010010101010101110100011100101 | eeeccce7d2aae8e5 |
UTF-8 | 鉤門勣蒹 | 111010011000100110100100111010011001011010000000111001011000101110100011111010001001001010111001 | e989a4e99680e58ba3e892b9 |
UHC | 鉤門勣? | 11001111110010011101101010100110111011101101001100111111 | cfc9daa6eed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)