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 | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-WIN | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
EUC-JP | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
UTF-8 | 렺창nD렺창nD^ | 1110101110100000101110101110110010110000101111010110111001000100111010111010000010111010111011001011000010111101011011100100010001011110 | eba0baecb0bd6e44eba0baecb0bd6e445e |
UHC | 렺창nD렺창nD^ | 10001110110000101100001110100010011011100100010010001110110000101100001110100010011011100100010001011110 | 8ec2c3a26e448ec2c3a26e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)