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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | 臾щ?維?Y | 111001000110101110000100100010110011111110001000110110110011111101011001 | e46b848b3f88db3f59 |
EUC-JP | 臾щ?維?Y | 111001111100110010100111111010110011111110110000110111010011111101011001 | e7cca7eb3fb0dd3f59 |
UTF-8 | 臾щ춠維덹Y | 111010001000011110111110110100011000100111101100101101101010000011100111101101101010110111101011100011011011100101011001 | e887bed189ecb6a0e7b6adeb8db959 |
UHC | 臾щ춠維덹Y | 1110101110101100101011001110101110101101100000011110101110101011100010010100110001011001 | ebacacebad81ebab894c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)