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 | 隨具ス丞キ櫁 | 11100111101011001000101111101111101111011000111111100101101101111001111011101000 | e7ac8befbd8fe5b79ee8 |
EUC-JP | 隨具ス丞キ櫁 | 111011101010111010110110111100011000111010111101101111101110011110001110101101111101110011101010 | eeaeb6f18ebdbee78eb7dcea |
UTF-8 | 隨具ス丞キ櫁 | 111010011001101010101000111001011000010110110111111011111011110110111101111001001011100010011110111011111011110110110111111001101010101110000001 | e99aa8e585b7efbdbde4b89eefbdb7e6ab81 |
UHC | 隨具?丞?? | 111000101100101111001110111111010011111111100011101010100011111100111111 | e2cbcefd3fe3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)