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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???幼?? | 00111111001111110011111110010111011000110011111100111111 | 3f3f3f97633f3f |
EUC-JP | ???幼?? | 00111111001111110011111111001101110001000011111100111111 | 3f3f3fcdc43f3f |
UTF-8 | 驪볥쵐幼녺뮫 | 111011111010011010000111111010111011001110100101111011001011010110010000111001011011100110111100111010111000010110111010111010111010111010101011 | efa687ebb3a5ecb590e5b9bceb85baebaeab |
UHC | 驪볥쵐幼녺뮫 | 111001101010111110010011111010111010110010010010111010101110101010000110111001111001001010110101 | e6af93ebac92eaea86e792b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)