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^ | 00111111011011100100010000111111011011100100010001011110 | 3f6e443f6e445e |
SJIS-WIN | ?nD?nD^ | 00111111011011100100010000111111011011100100010001011110 | 3f6e443f6e445e |
EUC-JP | ?nD?nD^ | 00111111011011100100010000111111011011100100010001011110 | 3f6e443f6e445e |
UTF-8 | 창nD창nD^ | 1110110010110000101111010110111001000100111011001011000010111101011011100100010001011110 | ecb0bd6e44ecb0bd6e445e |
UHC | 창nD창nD^ | 110000111010001001101110010001001100001110100010011011100100010001011110 | c3a26e44c3a26e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)