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 | ëû¼å²^ | 11101011111110111011110011100101100011111011001001011110 | ebfbbce58fb25e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ëû?å??^ | 10001111101010111011001110001111101010111110010100111111100011111010101110101001001111110011111101011110 | 8fabb38fabe53f8faba93f3f5e |
UTF-8 | ëû¼å²^ | 11000011101010111100001110111011110000101011110011000011101001011100001010001111110000101011001001011110 | c3abc3bbc2bcc3a5c28fc2b25e |
UHC | ??¼??²^ | 001111110011111110101000111110010011111100111111101010011111011101011110 | 3f3fa8f93f3fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)