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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闔オ闖錬 | 11101000100011101011010111101000100011111001100001000010 | e88eb5e88f9842 |
EUC-JP | 闔オ闖錬 | 1110111111101110100011101011010111101111111011111100111110100011 | efee8eb5efefcfa3 |
UTF-8 | 闔オ闖錬 | 111010011001011110010100111011111011110110110101111010011001011110010110111010011000110010101100 | e99794efbdb5e99796e98cac |
UHC | 闔?闖? | 111110011110111100111111111101111110011000111111 | f9ef3ff7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)