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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 譽啾}譽啾{^ | 1110011010100011100110100110000101111101111001101010001110011010011000010111101101011110 | e6a39a617de6a39a617b5e |
EUC-JP | 譽啾}譽啾{^ | 1110110010100101110100111100001001111101111011001010010111010011110000100111101101011110 | eca5d3c27deca5d3c27b5e |
UTF-8 | 譽啾}譽啾{^ | 111010001010110110111101111001011001010110111110011111011110100010101101101111011110010110010101101111100111101101011110 | e8adbde595be7de8adbde595be7b5e |
UHC | 譽?}譽?{^ | 111001111110001000111111011111011110011111100010001111110111101101011110 | e7e23f7de7e23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)