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 | 邂滓サ台髱 | 111001111010111010011111111001101011101110010001111001001110100110011101 | e7ae9fe6bb91e4e99d |
EUC-JP | 邂滓サ台髱 | 11101110101100001101111011101000100011101011101111000010111001101111000111111101 | eeb0dee88ebbc2e6f1fd |
UTF-8 | 邂滓サ台髱 | 111010011000001010000010111001101011101110010011111011111011110110111011111001011000111110110000111010011010101110110001 | e98282e6bb93efbdbbe58fb0e9abb1 |
UHC | 邂滓?台? | 1111101010110011111011101010101100111111111101111011101100111111 | fab3eeab3ff7bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)