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 | ????≪ | 001111110011111100111111001111111000000111100001 | 3f3f3f3f81e1 |
EUC-JP | ????≪ | 001111110011111100111111001111111010001011100011 | 3f3f3f3fa2e3 |
UTF-8 | 뤗철咽콒≪ | 111010111010010010010111111011001011001010100000111011111010011010011110111011001011110110010010111000101000100110101010 | eba497ecb2a0efa69eecbd92e289aa |
UHC | 뤗철咽콒≪ | 10001111110001111100001110110110111001101110110010110001100011101010000111101100 | 8fc7c3b6e6ecb18ea1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)