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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?椀}?椀{^ | 001111111001100001101111011111010011111110011000011011110111101101011110 | 3f986f7d3f986f7b5e |
EUC-JP | ?椀}?椀{^ | 001111111100111111010000011111010011111111001111110100000111101101011110 | 3fcfd07d3fcfd07b5e |
UTF-8 | 쒔椀}쒔椀{^ | 111011001001001010010100111001101010010010000000011111011110110010010010100101001110011010100100100000000111101101011110 | ec9294e6a4807dec9294e6a4807b5e |
UHC | 쒔椀}쒔椀{^ | 1011111010101101111010001100101001111101101111101010110111101000110010100111101101011110 | beade8ca7dbeade8ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)