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 | 讓ス逞セ礦エ | 111001101010100010111101111001111001011110111110111000011110011010110100 | e6a8bde797bee1e6b4 |
EUC-JP | 讓ス逞セ礦エ | 111011001010101010001110101111011110110111110111100011101011111011100010111010001000111010110100 | ecaa8ebdedf78ebee2e88eb4 |
UTF-8 | 讓ス逞セ礦エ | 111010001010111010010011111011111011110110111101111010011000000010011110111011111011110110111110111001111010010010100110111011111011110110110100 | e8ae93efbdbde9809eefbdbee7a4a6efbdb4 |
UHC | 讓?逞??? | 1110010111010011001111111101011011000001001111110011111100111111 | e5d33fd6c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)