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 | ◇?!秘?^ | 100000011001111000111111100000010100100110010100111010010011111101011110 | 819e3f814994e93f5e |
EUC-JP | ◇?!秘?^ | 101000011111111000111111101000011010101011001000111010110011111101011110 | a1fe3fa1aac8eb3f5e |
UTF-8 | ◇룶!秘푀^ | 11100010100101111000011111101011101000111011011011101111101111001000000111100111101001111001100011101101100100011000000001011110 | e29787eba3b6efbc81e7a798ed91805e |
UHC | ◇룶!秘푀^ | 1010000111011110100011111010101110100011101000011101110111111010110001111010001101011110 | a1de8faba3a1ddfac7a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)