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 | 畯?芝?矣 | 1111101101101111001111111000111011000101001111111110000111100001 | fb6f3f8ec53fe1e1 |
EUC-JP | 畯?芝?矣 | 100011111100110110111011001111111011110011000111001111111110001011100011 | 8fcdbb3fbcc73fe2e3 |
UTF-8 | 畯렡芝렭矣 | 111001111001010110101111111010111010000010100001111010001000101010011101111010111010000010101101111001111001111110100011 | e795afeba0a1e88a9deba0ade79fa3 |
UHC | 畯렡芝렭矣 | 11110001111000011000111010110010111100101011100110001110101110101110101111111000 | f1e18eb2f2b98ebaebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)