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? | 1110011110110001001111110011111100111111100000101000101100111111 | e7b13f3f3f828b3f |
EUC-JP | 邀???k? | 1110111010110011001111110011111100111111101000111110101100111111 | eeb33f3f3fa3eb3f |
UTF-8 | 邀륁뼏溜k젩 | 111010011000001010000000111010111010010110000001111010111011110010001111111011111010011110001011111011111011110110001011111011001010000010101001 | e98280eba581ebbc8fefa78befbd8beca0a9 |
UHC | 邀륁뼏溜k젩 | 111010011010110110001111111011001001011010010111111010101111111010100011111010111010000010100001 | e9ad8fec9697eafea3eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)