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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隰檎ャ域勗雕 | 1110100010101100100011001110011110101100100010001110011010011001101001101110100010111000 | e8ac8ce7ac88e699a6e8b8 |
EUC-JP | 隰檎ャ域勗雕 | 111100001010111010111000111010011000111010101100101100001110100011010010101010001111000010111010 | f0aeb8e98eacb0e8d2a8f0ba |
UTF-8 | 隰檎ャ域勗雕 | 111010011001101010110000111001101010101010001110111011111011110110101100111001011001111110011111111001011000101110010111111010011001101110010101 | e99ab0e6aa8eefbdace59f9fe58b97e99b95 |
UHC | ?檎?域?雕 | 001111111101000011010101001111111110011010110100001111111111000011100111 | 3fd0d53fe6b43ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)