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 | 枝?鬱?瀞 | 1000111001111101001111111001111101010100001111111001001111010010 | 8e7d3f9f543f93d2 |
EUC-JP | 枝?鬱?瀞 | 1011101111011110001111111101110110110101001111111100011011010100 | bbde3fddb53fc6d4 |
UTF-8 | 枝렎鬱렒瀞 | 111001101001111010011101111010111010000010001110111010011010110010110001111010111010000010010010111001111000000010011110 | e69e9deba08ee9acb1eba092e7809e |
UHC | 枝렎鬱렒瀞 | 11110010101010111000111010100100111010101010011010001110101001111110111111100111 | f2ab8ea4eaa68ea7efe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)