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 | 錺語ス跪 | 11101000010001001000110011101010101111011110011011101100 | e8448ceabde6ec |
EUC-JP | 錺語ス跪 | 1110111110100101101110001110110010001110101111011110110011101110 | efa5b8ec8ebdecee |
UTF-8 | 錺語ス跪 | 111010011000110010111010111010001010101010011110111011111011110110111101111010001011011110101010 | e98cbae8aa9eefbdbde8b7aa |
UHC | ?語?? | 0011111111100101110111100011111100111111 | 3fe5de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)