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 | ??隕??? | 00111111001111111110100010100110001111110011111100111111 | 3f3fe8a63f3f3f |
EUC-JP | 祜?隕?焌? | 1000111111010000110110000011111111110000101010000011111110001111110010011110100000111111 | 8fd0d83ff0a83f8fc9e83f |
UTF-8 | 祜렭隕렣焌렠 | 111001111010010110011100111010111010000010101101111010011001101010010101111010111010000010100011111001111000010010001100111010111010000010100000 | e7a59ceba0ade99a95eba0a3e7848ceba0a0 |
UHC | 祜렭隕렣焌렠 | 111110111101010010001110101110101110101010100010100011101011010011110001111000001000111010110001 | fbd48ebaeaa28eb4f1e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)