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 | 蜴薹碪羞 | 1110010110001110111001010101011011100001111100101110001110110101 | e58ee556e1f2e3b5 |
EUC-JP | 蜴薹碪羞 | 1110100111101110111010011011011111100010111101001110011010110111 | e9eee9b7e2f4e6b7 |
UTF-8 | 蜴薹碪羞 | 111010001001110010110100111010001001011010111001111001111010001010101010111001111011111010011110 | e89cb4e896b9e7a2aae7be9e |
UHC | ???羞 | 0011111100111111001111111110001010111010 | 3f3f3fe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)