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 | 鞐也事蒟 | 1110100011011110100101101110011110001110100101101110010011100101 | e8de96e78e96e4e5 |
EUC-JP | 鞐也事蒟 | 1111000011100000110011001110100110111011111101101110100011100111 | f0e0cce9bbf6e8e7 |
UTF-8 | 鞐也事蒟 | 111010011001111010010000111001001011100110011111111001001011101010001011111010001001001010011111 | e99e90e4b99fe4ba8be8929f |
UHC | ?也事? | 001111111110010110100101110111101100000000111111 | 3fe5a5dec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)