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 | 銓溷、・譯 | 1110011111110010100111111110010110100100101001011110011010100001 | e7f29fe5a4a5e6a1 |
EUC-JP | 銓溷、・譯 | 11101110111101001101111011100111100011101010010010001110101001011110110010100011 | eef4dee78ea48ea5eca3 |
UTF-8 | 銓溷、・譯 | 111010011000101010010011111001101011101010110111111011111011110110100100111011111011110110100101111010001010110110101111 | e98a93e6bab7efbda4efbda5e8adaf |
UHC | 銓???譯 | 11101111101100000011111100111111001111111110011010111011 | efb03f3f3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)