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 | 雕オ讓貞ア顛 | 11101000101110001011010111100110101010001001001011100101101100011001001101011110 | e8b8b5e6a892e5b1935e |
EUC-JP | 雕オ讓貞ア顛 | 111100001011101010001110101101011110110010101010110001001110011110001110101100011100010110111111 | f0ba8eb5ecaac4e78eb1c5bf |
UTF-8 | 雕オ讓貞ア顛 | 111010011001101110010101111011111011110110110101111010001010111010010011111010001011001010011110111011111011110110110001111010011010000110011011 | e99b95efbdb5e8ae93e8b29eefbdb1e9a19b |
UHC | 雕?讓貞?? | 111100001110011100111111111001011101001111101111111101100011111100111111 | f0e73fe5d3eff63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)