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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 需旬壯 | 100011101111100110001111011110111001101011100001 | 8ef98f7b9ae1 |
EUC-JP | 需旬壯 | 101111001111101110111101110111001101010011100011 | bcfbbddcd4e3 |
UTF-8 | 需旬壯 | 111010011001110010000000111001101001011110101100111001011010001110101111 | e99c80e697ace5a3af |
UHC | 需旬壯 | 111000101100110111100010111000101110110111100000 | e2cde2e2ede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)