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 | 隶鯉ス「蠅 | 1110100010101110100011001110111110111101101000101110010110100010 | e8ae8cefbda2e5a2 |
EUC-JP | 隶鯉ス「蠅 | 11110000101100001011100011110001100011101011110110001110101000101110101010100100 | f0b0b8f18ebd8ea2eaa4 |
UTF-8 | 隶鯉ス「蠅 | 111010011001101010110110111010011010111110001001111011111011110110111101111011111011110110100010111010001010000010000101 | e99ab6e9af89efbdbdefbda2e8a085 |
UHC | ?鯉??蠅 | 00111111110101111110111100111111001111111110001110110010 | 3fd7ef3f3fe3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)