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 | 枝?毅?? | 10001110011111010011111110001011010000100011111100111111 | 8e7d3f8b423f3f |
EUC-JP | 枝?毅?? | 10111011110111100011111110110101101000110011111100111111 | bbde3fb5a33f3f |
UTF-8 | 枝렎毅쟉렰 | 111001101001111010011101111010111010000010001110111001101010111110000101111011001001111110001001111010111010000010110000 | e69e9deba08ee6af85ec9f89eba0b0 |
UHC | 枝렎毅쟉렰 | 11110010101010111000111010100100111010111111011011000000111100011000111010111101 | f2ab8ea4ebf6c0f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)