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 | 驫灘供蜍」隍 | 1110100110001010100100111110010110001011100111111110010110001011101000111110100010100100 | e98a93e58b9fe58ba3e8a4 |
EUC-JP | 驫灘供蜍」隍 | 111100011110101011000110111001111011011010100001111010011110101110001110101000111111000010100110 | f1eac6e7b6a1e9eb8ea3f0a6 |
UTF-8 | 驫灘供蜍」隍 | 111010011010100110101011111001111000000110011000111001001011111010011011111010001001110010001101111011111011110110100011111010011001101010001101 | e9a9abe78198e4be9be89c8defbda3e99a8d |
UHC | ?灘供??隍 | 001111111111011110101000110011011110101000111111001111111111110011011011 | 3ff7a8cdea3f3ffcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)