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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闌伜勣闥占 | 11101000100011001001100011100101100110011010100011101000100100101001000011101000 | e88c98e599a8e89290e8 |
EUC-JP | 闌伜勣闥占 | 11101111111011001101000011100111110100101010101011101111111100101100000011101010 | efecd0e7d2aaeff2c0ea |
UTF-8 | 闌伜勣闥占 | 111010011001011110001100111001001011110010011100111001011000101110100011111010011001011110100101111001011000110110100000 | e9978ce4bc9ce58ba3e997a5e58da0 |
UHC | ??勣?占 | 00111111001111111110111011010011001111111110111110111111 | 3f3feed33fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)