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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 若잏캙D若잏캙D^ | 111011111010010110110100111011001001111010001111111011001011101010011001010001001110111110100101101101001110110010011110100011111110110010111010100110010100010001011110 | efa5b4ec9e8fecba9944efa5b4ec9e8fecba99445e |
UHC | 若잏캙D若잏캙D^ | 111001011010111010011111111001111010111110100000010001001110010110101110100111111110011110101111101000000100010001011110 | e5ae9fe7afa044e5ae9fe7afa0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)