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 | 治鰾宍 | 1111000010101101100011101010000111101001111000101000111010110011 | f0ad8ea1e9e28eb3 |
EUC-JP | ?治鰾宍 | 00111111101111001010001111110010111001001011110010110101 | 3fbca3f2e4bcb5 |
UTF-8 | 治鰾宍 | 111011101000000110101100111001101011001010111011111010011011000010111110111001011010111010001101 | ee81ace6b2bbe9b0bee5ae8d |
UHC | ?治?? | 0011111111110110101111010011111100111111 | 3ff6bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)