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 | 藕暑秋豺 | 1110010101011000100011111000101110001111010010001110011010110111 | e5588f8b8f48e6b7 |
EUC-JP | 藕暑秋豺 | 1110100110111001101111011110101110111101101010011110110010111001 | e9b9bdebbda9ecb9 |
UTF-8 | 藕暑秋豺 | 111010001001011110010101111001101001101010010001111001111010011110001011111010001011000110111010 | e89795e69a91e7a78be8b1ba |
UHC | 藕暑秋豺 | 1110100111100100110111111111010011110101110101011110001111001111 | e9e4dff4f5d5e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)