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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ?艶L?艶L^ | 001111111000100110010000010011000011111110001001100100000100110001011110 | 3f89904c3f89904c5e |
EUC-JP | ?艶L?艶L^ | 001111111011000111110000010011000011111110110001111100000100110001011110 | 3fb1f04c3fb1f04c5e |
UTF-8 | 쒔艶L쒔艶L^ | 111011001001001010010100111010001000100110110110010011001110110010010010100101001110100010001001101101100100110001011110 | ec9294e889b64cec9294e889b64c5e |
UHC | 쒔艶L쒔艶L^ | 1011111010101101111001101111110101001100101111101010110111100110111111010100110001011110 | beade6fd4cbeade6fd4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)