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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粽恰灰粨 | 1110001011101110100010101000011010001010010001001110001011101000 | e2ee8a868a44e2e8 |
EUC-JP | 粽恰灰粨 | 1110010011110000101100111110011010110011101001011110010011101010 | e4f0b3e6b3a5e4ea |
UTF-8 | 粽恰灰粨 | 111001111011001010111101111001101000000110110000111001111000000110110000111001111011001010101000 | e7b2bde681b0e781b0e7b2a8 |
UHC | ?恰灰? | 001111111111110111100110111111001110100100111111 | 3ffde6fce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)