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 | nDnD^ | 111101101110001101101110010001001111011011100011011011100100010001011110 | f6e36e44f6e36e445e |
EUC-JP | ?nD?nD^ | 00111111011011100100010000111111011011100100010001011110 | 3f6e443f6e445e |
UTF-8 | nDnD^ | 1110111010010100100010100110111001000100111011101001010010001010011011100100010001011110 | ee948a6e44ee948a6e445e |
UHC | ?nD?nD^ | 00111111011011100100010000111111011011100100010001011110 | 3f6e443f6e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)