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 | î°ÖÚ^ | 11101110101100001000111011010110100011101101101001011110 | eeb08ed68eda5e |
SJIS-WIN | ?°????^ | 0011111110000001100010110011111100111111001111110011111101011110 | 3f818b3f3f3f3f5e |
EUC-JP | î°?Ö?Ú^ | 1000111110101011110000101010000111101011001111111000111110101010110100110011111110001111101010101110001001011110 | 8fabc2a1eb3f8faad33f8faae25e |
UTF-8 | î°ÖÚ^ | 11000011101011101100001010110000110000101000111011000011100101101100001010001110110000111001101001011110 | c3aec2b0c28ec396c28ec39a5e |
UHC | ?°????^ | 0011111110100001110001100011111100111111001111110011111101011110 | 3fa1c63f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)