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 | ?k?猶?? | 0011111110000010100010110011111110010111010100000011111100111111 | 3f828b3f97503f3f |
EUC-JP | ?k?猶?? | 0011111110100011111010110011111111001101101100010011111100111111 | 3fa3eb3fcdb13f3f |
UTF-8 | 銳k쐧猶뽭썦 | 111010011000101010110011111011111011110110001011111011001001000010100111111001111000110010110110111010111011110110101101111011001000110110100110 | e98ab3efbd8bec90a7e78cb6ebbdadec8da6 |
UHC | 銳k쐧猶뽭썦 | 111001111110010110100011111010111001110010001100111010111010001010010110111010011001101110011001 | e7e5a3eb9c8ceba296e99b99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)