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 | 章ェニ闔イ悉 | 100011111100110110101010110001101110100010001110101100101000111010111011 | 8fcdaac6e88eb28ebb |
EUC-JP | 章ェニ闔イ悉 | 101111101100111110001110101010101000111011000110111011111110111010001110101100101011110010111101 | becf8eaa8ec6efee8eb2bcbd |
UTF-8 | 章ェニ闔イ悉 | 111001111010101110100000111011111011110110101010111011111011111010000110111010011001011110010100111011111011110110110010111001101000001010001001 | e7aba0efbdaaefbe86e99794efbdb2e68289 |
UHC | 章??闔?悉 | 111011011111000100111111001111111111100111101111001111111110001111111010 | edf13f3ff9ef3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)