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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逶也名 | 111001111001101110010110111001111001011010111100 | e79b96e796bc |
EUC-JP | 逶也名 | 111011011111101111001100111010011100110010111110 | edfbcce9ccbe |
UTF-8 | 逶也名 | 111010011000000010110110111001001011100110011111111001011001000010001101 | e980b6e4b99fe5908d |
UHC | ?也名 | 0011111111100101101001011101100110100011 | 3fe5a5d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)