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 | ?縱}?縱{^ | 001111111110001101110011011111010011111111100011011100110111101101011110 | 3fe3737d3fe3737b5e |
EUC-JP | ?縱}?縱{^ | 001111111110010111010100011111010011111111100101110101000111101101011110 | 3fe5d47d3fe5d47b5e |
UTF-8 | 쩴縱}쩴縱{^ | 111011001010100110110100111001111011100010110001011111011110110010101001101101001110011110111000101100010111101101011110 | eca9b4e7b8b17deca9b4e7b8b17b5e |
UHC | 쩴縱}쩴縱{^ | 1010010101101010111100001111110101111101101001010110101011110000111111010111101101011110 | a56af0fd7da56af0fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)