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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 裝?錚橋斌^ | 11100101111001000011111111101000010000101000101110110100100101010110101101011110 | e5e43fe8428bb4956b5e |
EUC-JP | 裝?錚橋斌^ | 11101010111001100011111111101111101000111011011010110110110010011100110001011110 | eae63fefa3b6b6c9cc5e |
UTF-8 | 裝렒錚橋斌^ | 11101000101000111001110111101011101000001001001011101001100011001001101011100110101010011000101111100110100101101000110001011110 | e8a39deba092e98c9ae6a98be6968c5e |
UHC | 裝렒錚橋斌^ | 1110110111111011100011101010011111101110101101101100111011101001110111101011000001011110 | edfb8ea7eeb6cee9deb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)