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 | YD¯¨ | 10010010010110010100010010010001101011111001000110101000 | 92594491af91a8 |
SJIS-WIN | ?YD???¨ | 0011111101011001010001000011111100111111001111111000000101001110 | 3f59443f3f3f814e |
EUC-JP | ?YD?¯?¨ | 00111111010110010100010000111111100011111010001010110100001111111010000110101111 | 3f59443f8fa2b43fa1af |
UTF-8 | YD¯¨ | 110000101001001001011001010001001100001010010001110000101010111111000010100100011100001010101000 | c2925944c291c2afc291c2a8 |
UHC | ?YD???¨ | 0011111101011001010001000011111100111111001111111010000110100111 | 3f59443f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)