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 | 靖?刀億? | 1001011011110101001111111001001110000001100010011010110100111111 | 96f53f938189ad3f |
EUC-JP | 靖?刀億? | 1100110011110111001111111100010111100001101100101010111100111111 | ccf73fc5e1b2af3f |
UTF-8 | 靖ㅻ刀億렩 | 111010011001110110010110111000111000010110111011111001011000100010000000111001011000010010000100111010111010000010101001 | e99d96e385bbe58880e58484eba0a9 |
UHC | 靖ㅻ刀億렩 | 11101111111111101010010011101011110100111110111111100101111000101000111010110111 | effea4ebd3efe5e28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)