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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 悟??援?{d | 100011001110010100111111001111111000100110000111001111110111101101100100 | 8ce53f3f89873f7b64 |
EUC-JP | 悟??援?{d | 101110001110011100111111001111111011000111100111001111110111101101100100 | b8e73f3fb1e73f7b64 |
UTF-8 | 悟듽끀援췶{d | 1110011010000010100111111110101110010011101111011110101110000001100000001110011010001111101101001110110010110111101101100111101101100100 | e6829feb93bdeb8180e68fb4ecb7b67b64 |
UHC | 悟듽끀援췶{d | 111001111111011010001010111000111000010110110110111010101011010110101110011100100111101101100100 | e7f68ae385b6eab5ae727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)