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^ | 00111111001111110110010000111111001111110110010001011110 | 3f3f643f3f645e |
SJIS-WIN | ??d??d^ | 00111111001111110110010000111111001111110110010001011110 | 3f3f643f3f645e |
EUC-JP | ??d??d^ | 00111111001111110110010000111111001111110110010001011110 | 3f3f643f3f645e |
UTF-8 | 렻렏d렻렏d^ | 111010111010000010111011111010111010000010001111011001001110101110100000101110111110101110100000100011110110010001011110 | eba0bbeba08f64eba0bbeba08f645e |
UHC | 렻렏d렻렏d^ | 1000111011000011100011101010010101100100100011101100001110001110101001010110010001011110 | 8ec38ea5648ec38ea5645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)