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 | 邂冗ーォ邁楚 | 11100111101011101000111111100111101100001010101111100111101100001001000101011110 | e7ae8fe7b0abe7b0915e |
EUC-JP | 邂冗ーォ邁楚 | 111011101011000010111110111010011000111010110000100011101010101111101110101100101100000110111111 | eeb0bee98eb08eabeeb2c1bf |
UTF-8 | 邂冗ーォ邁楚 | 111010011000001010000010111001011000011010010111111011111011110110110000111011111011110110101011111010011000001010000001111001101010010110011010 | e98282e58697efbdb0efbdabe98281e6a59a |
UHC | 邂冗??邁楚 | 11111010101100111110100110110111001111110011111111011000111001001111010110100010 | fab3e9b73f3fd8e4f5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)