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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隨具ス丞キ | 1110011110101100100010111110111110111101100011111110010110110111 | e7ac8befbd8fe5b7 |
EUC-JP | 隨具ス丞キ | 11101110101011101011011011110001100011101011110110111110111001111000111010110111 | eeaeb6f18ebdbee78eb7 |
UTF-8 | 隨具ス丞キ | 111010011001101010101000111001011000010110110111111011111011110110111101111001001011100010011110111011111011110110110111 | e99aa8e585b7efbdbde4b89eefbdb7 |
UHC | 隨具?丞? | 1110001011001011110011101111110100111111111000111010101000111111 | e2cbcefd3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)