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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 址?飛橈?B | 100110101010110000111111100101001111001010011110111101000011111101000010 | 9aac3f94f29ef43f42 |
EUC-JP | 址?飛橈?B | 110101001010111000111111110010001111010011011100111101100011111101000010 | d4ae3fc8f4dcf63f42 |
UTF-8 | 址얗飛橈렏B | 11100101100111011000000011101100100101101001011111101001101000111001101111100110101010011000100011101011101000001000111101000010 | e59d80ec9697e9a39be6a988eba08f42 |
UHC | 址얗飛橈렏B | 1111001010100011101111101110100111011110101010111110100011111010100011101010010101000010 | f2a3bee9deabe8fa8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)