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 | 薑鞘源腑 | 1110010101000111100011111110001010001100101110011110010001000100 | e5478fe28cb9e444 |
EUC-JP | 薑鞘源腑 | 1110100110101000101111101110010010111000101110111110011110100101 | e9a8bee4b8bbe7a5 |
UTF-8 | 薑鞘源腑 | 111010001001011010010001111010011001111010011000111001101011101010010000111010001000010110010001 | e89691e99e98e6ba90e88591 |
UHC | 薑?源腑 | 11001011101110010011111111101010101110011101110110110000 | cbb93feab9ddb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)