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 | ì¼å²^ | 11101100100111011011110011100101100011111011001001011110 | ec9dbce58fb25e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ì??å??^ | 1000111110101011110000000011111100111111100011111010101110101001001111110011111101011110 | 8fabc03f3f8faba93f3f5e |
UTF-8 | ì¼å²^ | 11000011101011001100001010011101110000101011110011000011101001011100001010001111110000101011001001011110 | c3acc29dc2bcc3a5c28fc2b25e |
UHC | ??¼??²^ | 001111110011111110101000111110010011111100111111101010011111011101011110 | 3f3fa8f93f3fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)