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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逶也尠逞槫蛤 | 111001111001101110010110111001111001101110010110111001111001011110011110111001011001010010111000 | e79b96e79b96e7979ee594b8 |
EUC-JP | 逶也尠逞槫蛤 | 111011011111101111001100111010011101010111110110111011011111011111011100111001111100100010111010 | edfbcce9d5f6edf7dce7c8ba |
UTF-8 | 逶也尠逞槫蛤 | 111010011000000010110110111001001011100110011111111001011011000010100000111010011000000010011110111001101010011110101011111010001001101110100100 | e980b6e4b99fe5b0a0e9809ee6a7abe89ba4 |
UHC | ?也?逞?蛤 | 001111111110010110100101001111111101011011000001001111111111100111101101 | 3fe5a53fd6c13ff9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)