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^ | 110000111010001001101110010001001100001110100010011011100100010001011110 | c3a26e44c3a26e445e |
SJIS-WIN | ?¢nD?¢nD^ | 0011111110000001100100010110111001000100001111111000000110010001011011100100010001011110 | 3f81916e443f81916e445e |
EUC-JP | ânDânD^ | 100011111010101010101010101000011111000101101110010001001000111110101010101010101010000111110001011011100100010001011110 | 8faaaaa1f16e448faaaaa1f16e445e |
UTF-8 | ânDânD^ | 11000011100000111100001010100010011011100100010011000011100000111100001010100010011011100100010001011110 | c383c2a26e44c383c2a26e445e |
UHC | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)