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^ | 100100100100001101101110010001001001001001000011011011100100010001011110 | 92436e4492436e445e |
EUC-JP | 辰nD辰nD^ | 110000111010010001101110010001001100001110100100011011100100010001011110 | c3a46e44c3a46e445e |
UTF-8 | 辰nD辰nD^ | 1110100010111110101100000110111001000100111010001011111010110000011011100100010001011110 | e8beb06e44e8beb06e445e |
UHC | 辰nD辰nD^ | 111100101110001101101110010001001111001011100011011011100100010001011110 | f2e36e44f2e36e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)