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 | 治而鮻 | 11110000111100001000111010100001111100101011010110001110101001111111110001000101 | f0f08ea1f2b58ea7fc45 |
EUC-JP | ?治?而鮻 | 001111111011110010100011001111111011110010101001100011111110101011101010 | 3fbca33fbca98feaea |
UTF-8 | 治而鮻 | 111011101000001010101111111001101011001010111011111011101000011110101100111010001000000010001100111010011010111010111011 | ee82afe6b2bbee87ace8808ce9aebb |
UHC | ?治?而? | 00111111111101101011110100111111111011001011101100111111 | 3ff6bd3fecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)